Class BeanTaskConstants


  • public class BeanTaskConstants
    extends java.lang.Object
    This class contains a set of constants used by the BeanTaskConfig class. THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SOURCE_CONSTANT
      This indicates that the value is a constant.
      static int SOURCE_PARAMETER
      This indicates that the value is the name of a parameter.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SOURCE_CONSTANT

        public static final int SOURCE_CONSTANT
        This indicates that the value is a constant.
        See Also:
        Constant Field Values
      • SOURCE_PARAMETER

        public static final int SOURCE_PARAMETER
        This indicates that the value is the name of a parameter. In this case, the actual value to use is found by examining the value of the named parameter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BeanTaskConstants

        public BeanTaskConstants()