Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.dimensional
Interface LevelAttribute

All Superinterfaces:
Attribute, Datatyped, Extensible, OWBNamedObject, PropertyOwner

public interface LevelAttribute
extends Attribute, Extensible

LevelAttribute represents an attribute of the level. A level attribute is a subtype of Attribute, from which it inherits the data type and the ability to be grouped.


Method Summary
 Level getLevel()
          Get the level of the Identifier.
 LevelIdentifier[] getLevelIdentifiers()
          Get the levelIdentifier that is associated with the level 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.type.Datatyped
getDatatype, getLength, getPrecision, getScale, isPrecisionOmitted, setDatatype, setLength, setPrecision, setPrecisionOmitted, setScale

 

Methods inherited from interface oracle.owb.foundation.property.PropertyOwner
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString

 

Method Detail

getLevel

public Level getLevel()
Get the level of the Identifier.
Returns:
a Level object.

getLevelIdentifiers

public LevelIdentifier[] getLevelIdentifiers()
Get the levelIdentifier that is associated with the level identifier.
Returns:
a LevelIdentifier object.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.