net.sf.farrago.cwm.relational
Interface CwmNamedColumnSet

All Superinterfaces:
CwmClass, CwmClassifier, CwmColumnSet, CwmElement, CwmModelElement, CwmNamespace, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
CwmTable, CwmView, FemBaseColumnSet, FemForeignTable, FemLocalTable, FemLocalView, FemStoredTable
All Known Implementing Classes:
CwmNamedColumnSet$Hib, CwmTable$Hib, CwmView$Hib, FemForeignTable$Hib, FemLocalTable$Hib, FemLocalView$Hib

public interface CwmNamedColumnSet
extends CwmColumnSet

NamedColumnSet object instance interface. A catalogued set of columns, which may be Table or View. Note for typed tables: It is assumed that the typed table will own a set of columns conforming to the type they are OF. This set of columns allows the manipulation of the table by products which ignore this [SQL] extension. It also allows the columns of type REF, to be copied to a column with a SCOPE reference.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 Collection<CwmColumn> getOptionScopeColumn()
          Returns the value of reference optionScopeColumn.
 CwmSqlstructuredType getType()
          Returns the value of reference type.
 Collection<CwmTrigger> getUsingTrigger()
          Returns the value of reference usingTrigger.
 void setType(CwmSqlstructuredType newValue)
          Sets the value of type reference.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier
getFeature, isAbstract, setAbstract
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getOptionScopeColumn

Collection<CwmColumn> getOptionScopeColumn()
Returns the value of reference optionScopeColumn.

Returns:
Value of reference optionScopeColumn. Element type: CwmColumn

getType

CwmSqlstructuredType getType()
Returns the value of reference type.

Returns:
Value of reference type.

setType

void setType(CwmSqlstructuredType newValue)
Sets the value of type reference. See getType() for description on the attribute.

Parameters:
newValue - New value to be set.

getUsingTrigger

Collection<CwmTrigger> getUsingTrigger()
Returns the value of reference usingTrigger.

Returns:
Value of reference usingTrigger. Element type: CwmTrigger