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

B12155-01

oracle.owb.data
Interface Attribute

All Superinterfaces:
Datatyped, OWBNamedObject
All Known Subinterfaces:
Column, ExternalTableColumn, Field, LevelAttribute, MapAttribute, Measure, ObjectAttribute, Parameter, ProcessActivityParameter, ProcessData
All Known Implementing Classes:
PLSQLRecordAttribute

public interface Attribute
extends OWBNamedObject, Datatyped

Attribute interface represents a named, typed, holder of data, contained within a data entity or a function. Example of concrete types of attributes are: table columns, cube measures, dimension level attributes, and function parameters.


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

 


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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.