Uses of Enum Class
org.olap4j.metadata.Property.TypeFlag
Packages that use Property.TypeFlag
Package
Description
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of Property.TypeFlag in org.olap4j.metadata
Fields in org.olap4j.metadata with type parameters of type Property.TypeFlagModifier and TypeFieldDescriptionstatic final Set
<Property.TypeFlag> Property.TypeFlag.CELL_TYPE_FLAG
static final Set
<Property.TypeFlag> Property.TypeFlag.MEMBER_TYPE_FLAG
Methods in org.olap4j.metadata that return Property.TypeFlagModifier and TypeMethodDescriptionstatic Property.TypeFlag
Returns the enum constant of this class with the specified name.static Property.TypeFlag[]
Property.TypeFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.metadata that return types with arguments of type Property.TypeFlagModifier and TypeMethodDescriptionProperty.TypeFlag.getDictionary()
PerXmlaConstant
, returns a dictionary of all values of this enumeration.Property.getType()
Returns a set of flags which describe the type of this Property.Property.StandardCellProperty.getType()
Property.StandardMemberProperty.getType()