| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected BiLevel |
BiHierarchyMember.biLevel |
protected BiLevel |
BiOlapLevelElement.definedInLevel |
protected BiLevel |
Olaphierarchyassociation.hasChildOlapLevel |
protected BiLevel |
Olaphierarchyassociation.hasParentOlapLevel |
protected BiLevel |
BiOlapLevelElement.keyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<BiLevel> |
BiHierarchy.biLevels |
protected ItemList<BiLevel> |
BiCollection.biLevels |
protected ItemList<BiLevel> |
BiHierarchyMember.childLevel |
protected ItemList<BiLevel> |
BiLevel.childrenLevels |
protected ItemList<BiLevel> |
BiLevel.parentBiLevel |
protected ItemList<BiLevel> |
Olaphierarchyassociation.xOfOlapLevel |
| Modifier and Type | Method and Description |
|---|---|
BiLevel |
BiHierarchyMember.getBiLevel()
Retrieve the
bi_level property (displayed as 'BI Level') of the object. |
BiLevel |
BiOlapLevelElement.getDefinedInLevel()
Retrieve the
defined_in_level property (displayed as 'Defined in Level') of the object. |
BiLevel |
Olaphierarchyassociation.getHasChildOlapLevel()
Retrieve the
has_child_olap_level property (displayed as 'Has Child OLAP Level') of the object. |
BiLevel |
Olaphierarchyassociation.getHasParentOlapLevel()
Retrieve the
has_parent_olap_level property (displayed as 'Has Parent OLAP Level') of the object. |
BiLevel |
BiOlapLevelElement.getKeyLevel()
Retrieve the
key_level property (displayed as 'Key Level') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<BiLevel> |
BiHierarchy.getBiLevels()
Retrieve the
bi_levels property (displayed as 'BI Levels') of the object. |
ItemList<BiLevel> |
BiCollection.getBiLevels()
Retrieve the
bi_levels property (displayed as 'BI Levels') of the object. |
ItemList<BiLevel> |
BiHierarchyMember.getChildLevel()
Retrieve the
child_level property (displayed as 'Child Level') of the object. |
ItemList<BiLevel> |
BiLevel.getChildrenLevels()
Retrieve the
children_levels property (displayed as 'Children Levels') of the object. |
ItemList<BiLevel> |
BiLevel.getParentBiLevel()
Retrieve the
parent_bi_level property (displayed as 'Parent BI Level') of the object. |
ItemList<BiLevel> |
Olaphierarchyassociation.getXOfOlapLevel()
Retrieve the
x_of_olap_level property (displayed as 'X Of OLAP Level') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiHierarchyMember.setBiLevel(BiLevel biLevel)
Set the
bi_level property (displayed as BI Level) of the object. |
void |
BiOlapLevelElement.setDefinedInLevel(BiLevel definedInLevel)
Set the
defined_in_level property (displayed as Defined in Level) of the object. |
void |
Olaphierarchyassociation.setHasChildOlapLevel(BiLevel hasChildOlapLevel)
Set the
has_child_olap_level property (displayed as Has Child OLAP Level) of the object. |
void |
Olaphierarchyassociation.setHasParentOlapLevel(BiLevel hasParentOlapLevel)
Set the
has_parent_olap_level property (displayed as Has Parent OLAP Level) of the object. |
void |
BiOlapLevelElement.setKeyLevel(BiLevel keyLevel)
Set the
key_level property (displayed as Key Level) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiHierarchy.setBiLevels(ItemList<BiLevel> biLevels)
Set the
bi_levels property (displayed as BI Levels) of the object. |
void |
BiCollection.setBiLevels(ItemList<BiLevel> biLevels)
Set the
bi_levels property (displayed as BI Levels) of the object. |
void |
BiHierarchyMember.setChildLevel(ItemList<BiLevel> childLevel)
Set the
child_level property (displayed as Child Level) of the object. |
void |
BiLevel.setChildrenLevels(ItemList<BiLevel> childrenLevels)
Set the
children_levels property (displayed as Children Levels) of the object. |
void |
BiLevel.setParentBiLevel(ItemList<BiLevel> parentBiLevel)
Set the
parent_bi_level property (displayed as Parent BI Level) of the object. |
void |
Olaphierarchyassociation.setXOfOlapLevel(ItemList<BiLevel> xOfOlapLevel)
Set the
x_of_olap_level property (displayed as X Of OLAP Level) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.