net.sf.farrago.fem.med
Interface FemElementWithStorageOptions

All Superinterfaces:
FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemBaseColumnSet, FemDataServer, FemDataWrapper, FemForeignTable, FemLocalTable, FemStoredColumn, FemStoredTable
All Known Implementing Classes:
FemDataServer$Hib, FemDataWrapper$Hib, FemElementWithStorageOptions$Hib, FemForeignTable$Hib, FemLocalTable$Hib, FemStoredColumn$Hib

public interface FemElementWithStorageOptions
extends FemAnnotatedElement

ElementWithStorageOptions 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
 Collection<FemStorageOption> getStorageOptions()
          Returns the value of reference StorageOptions.
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 
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

getStorageOptions

Collection<FemStorageOption> getStorageOptions()
Returns the value of reference StorageOptions.

Returns:
Value of reference StorageOptions. Element type: FemStorageOption