net.sf.farrago.fem.med
Interface FemStorageOptionClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemStorageOptionClass$Hib
public interface FemStorageOptionClass
- extends RefClass
StorageOption class proxy 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.
createFemStorageOption
FemStorageOption createFemStorageOption()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemStorageOption
FemStorageOption createFemStorageOption(String name,
String value)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- value
-
- Returns:
- The created instance object.