Uses of Enum Class
org.olap4j.metadata.Datatype
Packages that use Datatype
Package
Description
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of Datatype in org.olap4j.metadata
Methods in org.olap4j.metadata that return DatatypeModifier and TypeMethodDescriptionMeasure.getDatatype()Returns the data type of this Measure.Property.getDatatype()Returns the datatype of this Property.Property.StandardCellProperty.getDatatype()Property.StandardMemberProperty.getDatatype()static DatatypeReturns the enum constant of this class with the specified name.static Datatype[]Datatype.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 DatatypeModifier and TypeMethodDescriptionstatic XmlaConstant.Dictionary<Datatype> Datatype.getDictionary()PerXmlaConstant, returns a dictionary of all values of this enumeration.