Package org.olap4j.metadata
Interface Property
- All Superinterfaces:
MetadataElement
- All Known Implementing Classes:
Property.StandardCellProperty
,Property.StandardMemberProperty
- Since:
- Aug 23, 2006
- Author:
- jhyde
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration of the types of aProperty
.static enum
Enumeration of the system properties available for everyCell
.static enum
Enumeration of the system properties available for everyMember
.static enum
Enumeration of aspects of the type of a Property. -
Method Summary
Modifier and TypeMethodDescriptionReturns the content type of this Property.Returns the datatype of this Property.getType()
Returns a set of flags which describe the type of this Property.Methods inherited from interface org.olap4j.metadata.MetadataElement
getCaption, getDescription, getName, getUniqueName, isVisible
-
Method Details
-
getDatatype
Datatype getDatatype()Returns the datatype of this Property.- Returns:
- datatype of this Property
-
getType
Set<Property.TypeFlag> getType()Returns a set of flags which describe the type of this Property.- Returns:
- type of this Property
-
getContentType
Property.ContentType getContentType()Returns the content type of this Property.- Returns:
- content type
-