Class BeanTaskConstants
- java.lang.Object
-
- com.microstrategy.web.app.tasks.config.BeanTaskConstants
-
public class BeanTaskConstants extends java.lang.Object
This class contains a set of constants used by theBeanTaskConfig
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.
-
Constructor Summary
Constructors Constructor Description BeanTaskConstants()
-
-
-
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
-
-