net.sf.farrago.fem.sql2003
Interface FemKeyComponent

All Superinterfaces:
CwmElement, CwmModelElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemKeyComponent$Hib

public interface FemKeyComponent
extends CwmModelElement

KeyComponent object instance interface.

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
 FemAbstractAttribute getAttribute()
          Returns the value of reference Attribute.
 FemAbstractKeyConstraint getKeyConstraint()
          Returns the value of reference KeyConstraint.
 int getOrdinal()
          Returns the value of attribute ordinal.
 void setAttribute(FemAbstractAttribute newValue)
          Sets the value of Attribute reference.
 void setKeyConstraint(FemAbstractKeyConstraint newValue)
          Sets the value of KeyConstraint reference.
 void setOrdinal(int newValue)
          Sets the value of ordinal attribute.
 
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

getOrdinal

int getOrdinal()
Returns the value of attribute ordinal.

Returns:
Value of attribute ordinal.

setOrdinal

void setOrdinal(int newValue)
Sets the value of ordinal attribute. See getOrdinal() for description on the attribute.

Parameters:
newValue - New value to be set.

getKeyConstraint

FemAbstractKeyConstraint getKeyConstraint()
Returns the value of reference KeyConstraint.

Returns:
Value of reference KeyConstraint.

setKeyConstraint

void setKeyConstraint(FemAbstractKeyConstraint newValue)
Sets the value of KeyConstraint reference. See getKeyConstraint() for description on the attribute.

Parameters:
newValue - New value to be set.

getAttribute

FemAbstractAttribute getAttribute()
Returns the value of reference Attribute.

Returns:
Value of reference Attribute.

setAttribute

void setAttribute(FemAbstractAttribute newValue)
Sets the value of Attribute reference. See getAttribute() for description on the attribute.

Parameters:
newValue - New value to be set.