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

B12155-01

oracle.owb.dimensional
Interface LevelIdentifier

All Superinterfaces:
OWBNamedObject

public interface LevelIdentifier
extends OWBNamedObject

LevelIdentifier represents an identifier for the level, which is composed of one or more level attributes.


Method Summary
 Level getLevel()
          Get the level of the Identifier.
 LevelAttribute[] getLevelAttributes()
          Get the level Attributes that are associated with this level identifier.
 void setLevelAttributes(LevelAttribute[] attributes)
          Set the level Attributes with this level identifier.

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Method Detail

getLevel

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

getLevelAttributes

public LevelAttribute[] getLevelAttributes()
Get the level Attributes that are associated with this level identifier.
Returns:
level attributes.

setLevelAttributes

public void setLevelAttributes(LevelAttribute[] attributes)
Set the level Attributes with this level identifier.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.