|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.business.StructureOfDataItem
public class StructureOfDataItem
Specifies the different types of data item structures. The structure of the DataItem helps to define many important aspects of the DataItem, such as how it used, what kind of expressions it might be built on, and which methods are applicable.
DataItem
Field Summary | |
---|---|
static StructureOfDataItem |
STRUCTURE_CALCULATED_MEMBER
The STRUCTURE_CALCULATED_MEMBER type indicates this DataItem can be categorized as a Member. |
static StructureOfDataItem |
STRUCTURE_COLUMN
The STRUCTURE_COLUMN type indicates this DataItem can be categorized as a Column. |
static StructureOfDataItem |
STRUCTURE_DIMENSION
The STRUCTURE_DIMENSION type indicates this DataItem can be categorized as a Dimension. |
static StructureOfDataItem |
STRUCTURE_HIERARCHY
The STRUCTURE_HIERARCHY type indicates this DataItem can be categorized as a Hierarchy. |
static StructureOfDataItem |
STRUCTURE_LEVEL
The STRUCTURE_LEVEL type indicates this DataItem can be categorized as a Level. |
static StructureOfDataItem |
STRUCTURE_MEASURE
The STRUCTURE_MEASURE type indicates this DataItem can be categorized as a Measure. |
static StructureOfDataItem |
STRUCTURE_NAMED_SET
The STRUCTURE_NAMED_SET type indicates this DataItem can be categorized as a Set. |
Method Summary | |
---|---|
boolean |
isOLAP()
Returns a boolean value that indicates whether the structure is OLAP-oriented. |
Field Detail |
---|
public static final StructureOfDataItem STRUCTURE_COLUMN
public static final StructureOfDataItem STRUCTURE_DIMENSION
public static final StructureOfDataItem STRUCTURE_HIERARCHY
public static final StructureOfDataItem STRUCTURE_LEVEL
public static final StructureOfDataItem STRUCTURE_MEASURE
public static final StructureOfDataItem STRUCTURE_CALCULATED_MEMBER
public static final StructureOfDataItem STRUCTURE_NAMED_SET
Method Detail |
---|
public boolean isOLAP()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |