java.lang.Object | |
↳ | com.microstrategy.web.app.tasks.config.BeanTaskConstants |
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.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | SOURCE_CONSTANT | This indicates that the value is a constant. | |||||||||
int | SOURCE_PARAMETER | This indicates that the value is the name of a parameter. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BeanTaskConstants() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This indicates that the value is a constant.
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.