Uses of Enum Class
mondrian.olap.Property.Datatype
Packages that use Property.Datatype
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of Property.Datatype in mondrian.olap
Methods in mondrian.olap that return Property.DatatypeModifier and TypeMethodDescriptionProperty.getType()Returns the datatype of the property.static Property.DatatypeReturns the enum constant of this class with the specified name.static Property.Datatype[]Property.Datatype.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in mondrian.olap with parameters of type Property.DatatypeModifierConstructorDescriptionprotectedProperty(String name, Property.Datatype type, int ordinal, boolean internal, boolean member, boolean cell, String description) Creates a property definition.