oracle.owb.dimensional
Interface Level
- All Superinterfaces:
- Extensible, OWBNamedObject, PropertyOwner, ReconcileSource, ReconcileTarget
- public interface Level
- extends OWBNamedObject, Extensible, ReconcileSource, ReconcileTarget
A Level represents a collection of dimension values that share
similar characteristics.
| 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 |
getDimension
public Dimension getDimension()
- Get the dimension object.
- Returns:
- Dimension
getHierarchies
public Hierarchy[] getHierarchies()
- Get the Hierarchies.
- Returns:
- an array of Hierarchies
getAttributes
public LevelAttribute[] getAttributes()
- Get the levelAttributes.
- Returns:
- an array of LevelAttributes.
createAttribute
public LevelAttribute createAttribute(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
- Create a level attribute.
- Parameters:
name - of the attribute.- Returns:
- a LevelAttribute .
- Throws:
NameSpaceException. - InvalidFormatException. -
findAttribute
public LevelAttribute findAttribute(java.lang.String name)
- Find a level attribute.
- Parameters:
name - of the attribute.- Returns:
- a LevelAttribute.
createPrimaryIdentifier
public LevelIdentifier createPrimaryIdentifier(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
- find the create a level attribute.
- Parameters:
name - of the attribute.- Returns:
- a LevelIdentifier.
getPrimaryIdentifier
public LevelIdentifier getPrimaryIdentifier()
- Get the primary Identifier.
- Returns:
- a levelIdentifier.