|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") 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 | |
|---|---|
abstract java.lang.Class |
getDataType()
Returns the data type of the property. |
abstract java.lang.String |
getDescription()
Returns the description for the property |
abstract Filter |
getFilter()
Returns a copy of the Filter object that was used to obtain this PropertyInterface. |
abstract java.lang.String |
getLabel()
Returns the property's label. |
abstract LevelInterface |
getLevel()
Returns the level that this property is a child of. |
abstract MemberInterface |
getMember()
Returns the member that this property is a child of. |
abstract java.lang.String |
getName()
Returns the property's name. |
abstract 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 occurs
java.lang.String getLabel()
throws OLAPException
OLAPException - if a database error occurs
int getType()
throws OLAPException
OLAPException - if a database error occurs
java.lang.String getDescription()
throws OLAPException
OLAPException - if a database error occurs
java.lang.Class getDataType()
throws OLAPException
OLAPException - if a database error occurs
LevelInterface getLevel()
throws OLAPException
OLAPException - if a database error occurs
MemberInterface getMember()
throws OLAPException
OLAPException - if a database error occurs
Filter 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 | |||||||||||||