net.sf.farrago.fem.med
Interface FemLocalIndexColumn
- All Superinterfaces:
- CwmElement, CwmIndexedFeature, CwmModelElement, CwmSqlindexColumn, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- FemLocalIndexColumn$Hib
public interface FemLocalIndexColumn
- extends CwmSqlindexColumn
LocalIndexColumn 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 |
int |
getOrdinal()
Returns the value of attribute ordinal. |
void |
setOrdinal(int newValue)
Sets the value of ordinal attribute. |
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.