Package com.microstrategy.webapi
Interface EnumDSSXMLAttributeLockType
-
public interface EnumDSSXMLAttributeLockTypeThis interface defines the enumeration constants used to specify whether to lock an attribute (i.e. do not show its elements) in a dimension.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlLockCustomSpecifies to lock the attribute.static intDssXmlLockLimitSpecifies to lock the attribute if it contains more than LockLimit elements.static intDssXmlLockNoneSpecifies not to lock the attribute.static intDssXmlLockReservedReserved for future use.
-
-
-
Field Detail
-
DssXmlLockReserved
static final int DssXmlLockReserved
Reserved for future use.- See Also:
- Constant Field Values
-
DssXmlLockNone
static final int DssXmlLockNone
Specifies not to lock the attribute.- See Also:
- Constant Field Values
-
DssXmlLockCustom
static final int DssXmlLockCustom
Specifies to lock the attribute.- See Also:
- Constant Field Values
-
DssXmlLockLimit
static final int DssXmlLockLimit
Specifies to lock the attribute if it contains more than LockLimit elements.- See Also:
- Constant Field Values
-
-