Enum Property.ContentType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Property.ContentType>, XmlaConstant
    Enclosing interface:
    Property

    public static enum Property.ContentType
    extends java.lang.Enum<Property.ContentType>
    implements XmlaConstant
    Enumeration of the types of a Property.

    The values are as specified by XMLA. For example, XMLA specifies MD_PROPTYPE_CAPTION with ordinal 0x21, which corresponds to the value CAPTION, whose xmlaOrdinal is 0x21.