Package com.microstrategy.webapi
Interface EnumDSSXMLPropertyXmlFlags
-
public interface EnumDSSXMLPropertyXmlFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssPropertyXmlAll
static int
DssPropertyXmlIgnoreAssignedDefault
static int
DssPropertyXmlIgnoreMissing
static int
DssPropertyXmlNameOneTime
static int
DssPropertyXmlNonDefaultOnly
static int
DssPropertyXmlNonDefaultOnly2
static int
DssPropertyXmlPropAll
static int
DssPropertyXmlPropDefault
static int
DssPropertyXmlPropDescription
static int
DssPropertyXmlPropID
static int
DssPropertyXmlPropIndex
static int
DssPropertyXmlPropName
static int
DssPropertyXmlPropSetID
static int
DssPropertyXmlPropTargetFrom
static int
DssPropertyXmlPropType
static int
DssPropertyXmlPropUseDefault
static int
DssPropertyXmlPropValue
static int
DssPropertyXmlReserved
static int
DssPropertyXmlSetAll
static int
DssPropertyXmlSetChildCount
static int
DssPropertyXmlSetID
static int
DssPropertyXmlSetName
static int
DssPropertyXmlSetPartialChildCount
-
-
-
Field Detail
-
DssPropertyXmlReserved
static final int DssPropertyXmlReserved
- See Also:
- Constant Field Values
-
DssPropertyXmlPropID
static final int DssPropertyXmlPropID
- See Also:
- Constant Field Values
-
DssPropertyXmlPropName
static final int DssPropertyXmlPropName
- See Also:
- Constant Field Values
-
DssPropertyXmlPropType
static final int DssPropertyXmlPropType
- See Also:
- Constant Field Values
-
DssPropertyXmlPropValue
static final int DssPropertyXmlPropValue
- See Also:
- Constant Field Values
-
DssPropertyXmlPropDefault
static final int DssPropertyXmlPropDefault
- See Also:
- Constant Field Values
-
DssPropertyXmlPropSetID
static final int DssPropertyXmlPropSetID
- See Also:
- Constant Field Values
-
DssPropertyXmlPropUseDefault
static final int DssPropertyXmlPropUseDefault
- See Also:
- Constant Field Values
-
DssPropertyXmlPropTargetFrom
static final int DssPropertyXmlPropTargetFrom
- See Also:
- Constant Field Values
-
DssPropertyXmlPropIndex
static final int DssPropertyXmlPropIndex
- See Also:
- Constant Field Values
-
DssPropertyXmlPropDescription
static final int DssPropertyXmlPropDescription
- See Also:
- Constant Field Values
-
DssPropertyXmlPropAll
static final int DssPropertyXmlPropAll
- See Also:
- Constant Field Values
-
DssPropertyXmlSetID
static final int DssPropertyXmlSetID
- See Also:
- Constant Field Values
-
DssPropertyXmlSetName
static final int DssPropertyXmlSetName
- See Also:
- Constant Field Values
-
DssPropertyXmlSetChildCount
static final int DssPropertyXmlSetChildCount
- See Also:
- Constant Field Values
-
DssPropertyXmlSetPartialChildCount
static final int DssPropertyXmlSetPartialChildCount
- See Also:
- Constant Field Values
-
DssPropertyXmlSetAll
static final int DssPropertyXmlSetAll
- See Also:
- Constant Field Values
-
DssPropertyXmlAll
static final int DssPropertyXmlAll
- See Also:
- Constant Field Values
-
DssPropertyXmlNonDefaultOnly
static final int DssPropertyXmlNonDefaultOnly
- See Also:
- Constant Field Values
-
DssPropertyXmlNonDefaultOnly2
static final int DssPropertyXmlNonDefaultOnly2
- See Also:
- Constant Field Values
-
DssPropertyXmlIgnoreMissing
static final int DssPropertyXmlIgnoreMissing
- See Also:
- Constant Field Values
-
DssPropertyXmlIgnoreAssignedDefault
static final int DssPropertyXmlIgnoreAssignedDefault
- See Also:
- Constant Field Values
-
DssPropertyXmlNameOneTime
static final int DssPropertyXmlNameOneTime
- See Also:
- Constant Field Values
-
-