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

B12155-01

oracle.owb.relational
Interface IndexColumn

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner, PurePhysicalObject

public interface IndexColumn
extends PurePhysicalObject

IndexColumn interface represents a relational data entity IndexColumn.


Method Summary
 void delete()
          Delete the IndexColumn.
 Attribute getAttribute()
          Standard accessor.
 java.lang.String getAttributeName()
          Get the name of the attribute.
 Column getColumn()
          Get the column object.
 java.lang.String getColumnName()
          Get the name of the Column.
 Index getIndex()
          Get the Index associated with this IndexColumn.
 java.lang.String getName()
          Get the name of the IndexColumn.
 void setName(java.lang.String name)
          Set the name of the IndexColumn.

 

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

 

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

 

Method Detail

setName

public void setName(java.lang.String name)
Set the name of the IndexColumn.
Specified by:
setName in interface OWBNamedObject
Parameters:
name - of the IndexColumn.
See Also:
OWBNamedObject.getName()

getName

public java.lang.String getName()
Get the name of the IndexColumn.
Specified by:
getName in interface OWBNamedObject
Returns:
name of the IndexColumn.
See Also:
OWBNamedObject.setName(java.lang.String)

getColumnName

public java.lang.String getColumnName()
Get the name of the Column.
Returns:
name of the Column.

getColumn

public Column getColumn()
Get the column object.
Returns:
the column object.

getAttributeName

public java.lang.String getAttributeName()
Get the name of the attribute.
Returns:
name of the attribute.

getAttribute

public Attribute getAttribute()
Standard accessor. Get the attribute this index column refers to.
Returns:
an attribute object.

getIndex

public Index getIndex()
Get the Index associated with this IndexColumn.
Returns:
an Index object.

delete

public void delete()
Delete the IndexColumn.
Specified by:
delete in interface OWBNamedObject

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.