net.sf.farrago.fem.med
Interface FemStorageOption

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemStorageOption$Hib

public interface FemStorageOption
extends RefObject

StorageOption 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
 String getName()
          Returns the value of attribute name.
 FemElementWithStorageOptions getStoredElement()
          Returns the value of reference StoredElement.
 String getValue()
          Returns the value of attribute value.
 void setName(String newValue)
          Sets the value of name attribute.
 void setStoredElement(FemElementWithStorageOptions newValue)
          Sets the value of StoredElement reference.
 void setValue(String newValue)
          Sets the value of value attribute.
 
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

getName

String getName()
Returns the value of attribute name.

Returns:
Value of attribute name.

setName

void setName(String newValue)
Sets the value of name attribute. See getName() for description on the attribute.

Parameters:
newValue - New value to be set.

getValue

String getValue()
Returns the value of attribute value.

Returns:
Value of attribute value.

setValue

void setValue(String newValue)
Sets the value of value attribute. See getValue() for description on the attribute.

Parameters:
newValue - New value to be set.

getStoredElement

FemElementWithStorageOptions getStoredElement()
Returns the value of reference StoredElement.

Returns:
Value of reference StoredElement.

setStoredElement

void setStoredElement(FemElementWithStorageOptions newValue)
Sets the value of StoredElement reference. See getStoredElement() for description on the attribute.

Parameters:
newValue - New value to be set.