|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Level represents a collection of dimension values that share similar characteristics. [More description here...]
| Method Summary | |
LevelAttribute |
createAttribute(java.lang.String name)Create a level attribute. |
LevelIdentifier |
createPrimaryIdentifier(java.lang.String name)find the create a level attribute. |
LevelAttribute |
findAttribute(java.lang.String name)find the create a level attribute. |
LevelAttribute[] |
getAttributes()Get the levelAttributes. |
Dimension |
getDimension()Get the dimension object. |
Hierarchy[] |
getHierarchies()Get the Hierarchies. |
LevelIdentifier |
getPrimaryIdentifier()Get the primary Identifier. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Methods inherited from interface oracle.owb.reconcile.ReconcileSource |
getReconcileTargetTypes, getType |
| Methods inherited from interface oracle.owb.reconcile.ReconcileTarget |
canMatchByPosition, getReconcileSourceTypes, getType |
| Method Detail |
public Dimension getDimension()
public Hierarchy[] getHierarchies()
public LevelAttribute[] getAttributes()
public LevelAttribute createAttribute(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - of the attribute.NameSpaceException.InvalidFormatException.NameSpaceExceptionInvalidFormatExceptionpublic LevelAttribute findAttribute(java.lang.String name)
name - of the attribute.
public LevelIdentifier createPrimaryIdentifier(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - of the attribute.NameSpaceExceptionInvalidFormatExceptionpublic LevelIdentifier getPrimaryIdentifier()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||