net.sf.farrago.fem.med
Interface FemRecoveryReference

All Superinterfaces:
CwmElement, CwmModelElement, CwmNamespace, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemRecoveryReference$Hib

public interface FemRecoveryReference
extends CwmNamespace

RecoveryReference 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
 RecoveryType getRecoveryType()
          Returns the value of attribute recoveryType.
 void setRecoveryType(RecoveryType newValue)
          Sets the value of recoveryType attribute.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
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

getRecoveryType

RecoveryType getRecoveryType()
Returns the value of attribute recoveryType.

Returns:
Value of attribute recoveryType.

setRecoveryType

void setRecoveryType(RecoveryType newValue)
Sets the value of recoveryType attribute. See getRecoveryType() for description on the attribute.

Parameters:
newValue - New value to be set.