Enum Property.ContentType

java.lang.Object
java.lang.Enum<Property.ContentType>
org.olap4j.metadata.Property.ContentType
All Implemented Interfaces:
Serializable, Comparable<Property.ContentType>, Constable, XmlaConstant
Enclosing interface:
Property

public static enum Property.ContentType extends 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.