net.sf.farrago.fem.sql2003
Interface FemAbstractKeyConstraint
- All Superinterfaces:
- CwmElement, CwmModelElement, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- FemAbstractUniqueConstraint, FemPrimaryKeyConstraint, FemUniqueKeyConstraint
- All Known Implementing Classes:
- FemPrimaryKeyConstraint$Hib, FemUniqueKeyConstraint$Hib
public interface FemAbstractKeyConstraint
- extends CwmModelElement, FemAnnotatedElement
AbstractKeyConstraint 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.
getComponent
List<FemKeyComponent> getComponent()
- Returns the value of reference Component.
- Returns:
- Value of reference Component. Element type:
FemKeyComponent