Interface EnumDSSXMLAttributeLockType


  • public interface EnumDSSXMLAttributeLockType
    This 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 int DssXmlLockCustom
      Specifies to lock the attribute.
      static int DssXmlLockLimit
      Specifies to lock the attribute if it contains more than LockLimit elements.
      static int DssXmlLockNone
      Specifies not to lock the attribute.
      static int DssXmlLockReserved
      Reserved 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