|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Property.StandardCellProperty>
org.olap4j.metadata.Property.StandardCellProperty
public static enum Property.StandardCellProperty
Enumeration of the system properties available for every
Cell
.
The following propertiess are mandatory for cells:
BACK_COLOR
CELL_EVALUATION_LIST
CELL_ORDINAL
FORE_COLOR
FONT_NAME
FONT_SIZE
FONT_FLAGS
FORMAT_STRING
FORMATTED_VALUE
NON_EMPTY_BEHAVIOR
SOLVE_ORDER
VALUE
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.olap4j.metadata.Property |
---|
Property.ContentType, Property.StandardCellProperty, Property.StandardMemberProperty, Property.TypeFlag |
Enum Constant Summary | |
---|---|
BACK_COLOR
|
|
CELL_EVALUATION_LIST
|
|
CELL_ORDINAL
|
|
DATATYPE
Definition of the property which holds the datatype of a cell. |
|
FONT_FLAGS
|
|
FONT_NAME
|
|
FONT_SIZE
|
|
FORE_COLOR
|
|
FORMAT_STRING
Definition of the property which holds the format string used to format cell values. |
|
FORMATTED_VALUE
Definition of the property which holds the formatted value of a cell. |
|
NON_EMPTY_BEHAVIOR
|
|
SOLVE_ORDER
Definition of the property which determines the solve order of a calculated member with respect to other calculated members. |
|
VALUE
Definition of the property which holds the value of a cell. |
Method Summary | |
---|---|
java.lang.String |
getCaption(java.util.Locale locale)
Returns the caption of this element in the given locale. |
Property.ContentType |
getContentType()
Returns the content type of this Property. |
Datatype |
getDatatype()
Returns the datatype of this Property. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of this element in the given locale. |
java.lang.String |
getName()
Returns the name of this element. |
java.util.Set<Property.TypeFlag> |
getType()
Returns a set of flags which describe the type of this Property. |
java.lang.String |
getUniqueName()
Returns the unique name of this element within its schema. |
boolean |
isInternal()
|
static Property.StandardCellProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Property.StandardCellProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Property.StandardCellProperty BACK_COLOR
public static final Property.StandardCellProperty CELL_EVALUATION_LIST
public static final Property.StandardCellProperty CELL_ORDINAL
public static final Property.StandardCellProperty FORE_COLOR
public static final Property.StandardCellProperty FONT_NAME
public static final Property.StandardCellProperty FONT_SIZE
public static final Property.StandardCellProperty FONT_FLAGS
public static final Property.StandardCellProperty FORMATTED_VALUE
public static final Property.StandardCellProperty FORMAT_STRING
public static final Property.StandardCellProperty NON_EMPTY_BEHAVIOR
public static final Property.StandardCellProperty SOLVE_ORDER
public static final Property.StandardCellProperty VALUE
public static final Property.StandardCellProperty DATATYPE
Method Detail |
---|
public static Property.StandardCellProperty[] values()
for (Property.StandardCellProperty c : Property.StandardCellProperty.values()) System.out.println(c);
public static Property.StandardCellProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic Datatype getDatatype()
Property
getDatatype
in interface Property
public java.util.Set<Property.TypeFlag> getType()
Property
getType
in interface Property
public java.lang.String getName()
MetadataElement
getName
in interface MetadataElement
public java.lang.String getUniqueName()
MetadataElement
getUniqueName
in interface MetadataElement
public java.lang.String getCaption(java.util.Locale locale)
MetadataElement
If locale
is null or if no caption has been defined for
the element in that locale, returns the caption in base locale.
This method may return the empty string, but never returns null.
getCaption
in interface MetadataElement
locale
- Locale
public java.lang.String getDescription(java.util.Locale locale)
MetadataElement
If locale
is null or if no description has been defined
for the element in that locale, returns the description in base
locale.
This method may return the empty string, but never returns null.
getDescription
in interface MetadataElement
locale
- Locale
public boolean isInternal()
public Property.ContentType getContentType()
Property
getContentType
in interface Property
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |