| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property.Datatype | Property. getType()Returns the datatype of the property. | 
| static Property.Datatype | Property.Datatype. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Property.Datatype[] | Property.Datatype. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| Property(String name,
        Property.Datatype type,
        int ordinal,
        boolean internal,
        boolean member,
        boolean cell,
        String description)Creates a property definition. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.