|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInterface
Represents a property in a multidimensional cube. A property can be defined for members and cells. The member properties may be defined for all members in a given level or for individual members. Therefore, both the level and member can be retrieved via the getLevel() and getMember() methods, respectively. The member may also be bound to an instance of the MetadataInterface, which is accessible from the getMetadata() method.
LevelInterface
,
MetadataInterface
,
MemberInterface
Field Summary | |
---|---|
static int |
TYPE_CELL
The name of the property whose type is cell, as well as the return value for the getType method. |
static int |
TYPE_MEMBER
The name of the property whose type is member, as well as the return value for the getType method. |
Method Summary | |
---|---|
java.lang.Class |
getDataType()
Returns the data type of the property. |
java.lang.String |
getDescription()
Returns the description for the property |
Filter |
getFilter()
Returns a copy of the Filter object that was used to obtain this PropertyInterface. |
java.lang.String |
getLabel()
Returns the property's label. |
LevelInterface |
getLevel()
Returns the level that this property is a child of. |
MemberInterface |
getMember()
Returns the member that this property is a child of. |
java.lang.String |
getName()
Returns the property's name. |
int |
getType()
Returns the type of the property. |
Field Detail |
---|
static final int TYPE_MEMBER
static final int TYPE_CELL
Method Detail |
---|
java.lang.String getName() throws OLAPException
OLAPException
- if a database error occursjava.lang.String getLabel() throws OLAPException
OLAPException
- if a database error occursint getType() throws OLAPException
OLAPException
- if a database error occursjava.lang.String getDescription() throws OLAPException
OLAPException
- if a database error occursjava.lang.Class getDataType() throws OLAPException
OLAPException
- if a database error occursLevelInterface getLevel() throws OLAPException
OLAPException
- if a database error occursMemberInterface getMember() throws OLAPException
OLAPException
- if a database error occursFilter getFilter() throws OLAPException
OLAPException
- if a database error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |