Package com.microstrategy.web.objects
Interface EnumManipulationBuilderConstants
- 
- All Known Implementing Classes:
 RWManipulationBuilder
public interface EnumManipulationBuilderConstants 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringITEM_SEPARATORSeparates one property group declaration from another.static java.lang.StringPREFERENCE_ALLOW_OVERWRITE_WITH_WARNINGstatic java.lang.StringPREFERENCE_ALLOW_OVERWRITE_WITHOUT_WARNINGstatic java.lang.StringPREFERENCE_DISALLOW_OVERWRITEstatic java.lang.StringSORT_ELEM_PARAM_SEPARATORstatic java.lang.StringSORT_KEY_PARAM_SEPARATORstatic java.lang.StringUNIT_SEPARATOREach property group consists of units, each of which is separated by this character. 
 - 
 
- 
- 
Field Detail
- 
SORT_KEY_PARAM_SEPARATOR
static final java.lang.String SORT_KEY_PARAM_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
SORT_ELEM_PARAM_SEPARATOR
static final java.lang.String SORT_ELEM_PARAM_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
PREFERENCE_ALLOW_OVERWRITE_WITH_WARNING
static final java.lang.String PREFERENCE_ALLOW_OVERWRITE_WITH_WARNING
- See Also:
 - Constant Field Values
 
 
- 
PREFERENCE_ALLOW_OVERWRITE_WITHOUT_WARNING
static final java.lang.String PREFERENCE_ALLOW_OVERWRITE_WITHOUT_WARNING
- See Also:
 - Constant Field Values
 
 
- 
PREFERENCE_DISALLOW_OVERWRITE
static final java.lang.String PREFERENCE_DISALLOW_OVERWRITE
- See Also:
 - Constant Field Values
 
 
- 
ITEM_SEPARATOR
static final java.lang.String ITEM_SEPARATOR
Separates one property group declaration from another.
- See Also:
 - Constant Field Values
 
 
- 
UNIT_SEPARATOR
static final java.lang.String UNIT_SEPARATOR
Each property group consists of units, each of which is separated by this character.
- See Also:
 - Constant Field Values
 
 
 - 
 
 -