|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Predefined mandatory columns for the different types of cursors.
Mandatory columns have an index as well as a name; optional columns
are specified by name only. All columns have associated
type
information.
Field Summary | |
static IBICursorColumn |
CAPTION
Contains the caption of the attribute associated with this cell. |
static IBICursorColumn |
CATALOG_NAME
Contains the catalog name of the cube associated with this cell. |
static IBICursorColumn |
CHILDREN_CARDINALITY
Contains the number of children of the hierarchy and level associated with this cell. |
static IBICursorColumn |
CUBE_NAME
Contains the name of the cube associated with this cell. |
static IBICursorColumn |
DATATYPE
Contains the data type (see java.sql.Types ) of this cell. |
static IBICursorColumn |
DESCRIPTION
Contains the description associated with this cell. |
static IBICursorColumn |
DIMENSION_UNIQUE_NAME
Contains the unique name of the dimension associated with this cell. |
static IBICursorColumn |
DISPLAY_INFO
Contains display information (encoded in an int ) of this cell. |
static IBICursorColumn |
FORMATTED_VALUE
Contains the formatted value (String) of this cell. |
static IBICursorColumn |
HIERARCHY_UNIQUE_NAME
Contains the unique name of the hierarchy associated with this cell. |
static IBICursorColumn |
LEVEL_NUMBER
Contains the number of the level associated with this cell. |
static IBICursorColumn |
LEVEL_UNIQUE_NAME
Contains the unique name of the level associated with this cell. |
static IBICursorColumn |
MEMBER_CAPTION
Contains the caption of the member associated with this cell. |
static IBICursorColumn |
MEMBER_DRILLED_DOWN
Indicates whether the member associated with this cell is in a drill down state. |
static IBICursorColumn |
MEMBER_GUID
Contains the GUID of the member associated with this cell. |
static IBICursorColumn |
MEMBER_NAME
Contains the member name associated with this cell. |
static IBICursorColumn |
MEMBER_TYPE
Contains the type of the member associated with this cell. |
static IBICursorColumn |
MEMBER_UNIQUE_NAME
Contains the unique name of the member associated with this cell. |
static IBICursorColumn |
NAME
Contains the name of the attribute associated with this cell. |
static IBICursorColumn |
PARENT_COUNT
Contains the number of children of the parent node of the hierarchy and level associated with this cell. |
static IBICursorColumn |
PARENT_LEVEL
Contains the level name of the parent node of the hierarchy and level associated with this cell. |
static IBICursorColumn |
PARENT_SAME_AS_PROV
Indicates that the parent of this member is the same as the parent of the member immediately preceding it. |
static IBICursorColumn |
PARENT_UNIQUE_NAME
Contains the unique name of the parent node of the hierarchy associated with this cell. |
static IBICursorColumn |
SCHEMA_NAME
Contains the schema name of the cube associated with this cell. |
static IBICursorColumn |
STATUS
Contains the status (see IBICellStatus )
of this cell. |
static IBICursorColumn |
VALUE
Contains the raw value of this cell. |
Method Summary | |
int |
getIndex()
Retrieves the index of this column of the current cell. |
IBICursorColumnType |
getType()
Retrieves the data type of this column. |
boolean |
isMandatory()
Indicates whether this a mandatory column. |
String |
toString()
Retrieves the name of this column. |
Field Detail |
public static final IBICursorColumn VALUE
public static final IBICursorColumn DATATYPE
java.sql.Types
) of this cell.public static final IBICursorColumn STATUS
IBICellStatus
)
of this cell.public static final IBICursorColumn FORMATTED_VALUE
public static final IBICursorColumn MEMBER_CAPTION
public static final IBICursorColumn MEMBER_UNIQUE_NAME
public static final IBICursorColumn LEVEL_UNIQUE_NAME
public static final IBICursorColumn LEVEL_NUMBER
public static final IBICursorColumn DISPLAY_INFO
int
) of this cell.public static final IBICursorColumn MEMBER_NAME
public static final IBICursorColumn MEMBER_TYPE
public static final IBICursorColumn MEMBER_GUID
public static final IBICursorColumn CATALOG_NAME
public static final IBICursorColumn SCHEMA_NAME
public static final IBICursorColumn CUBE_NAME
public static final IBICursorColumn DIMENSION_UNIQUE_NAME
public static final IBICursorColumn HIERARCHY_UNIQUE_NAME
public static final IBICursorColumn CHILDREN_CARDINALITY
public static final IBICursorColumn PARENT_UNIQUE_NAME
public static final IBICursorColumn PARENT_LEVEL
public static final IBICursorColumn PARENT_COUNT
public static final IBICursorColumn DESCRIPTION
public static final IBICursorColumn MEMBER_DRILLED_DOWN
public static final IBICursorColumn PARENT_SAME_AS_PROV
public static final IBICursorColumn NAME
public static final IBICursorColumn CAPTION
Method Detail |
public String toString()
toString
in class Object
public IBICursorColumnType getType()
public boolean isMandatory()
true
if this is a mandatory column;
false
otherwisepublic int getIndex()
1
-based) otherwise
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |