net.sf.farrago.fem.fennel
Interface FemDynamicParamUse

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

public interface FemDynamicParamUse
extends RefObject

DynamicParamUse 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 getDynamicParamId()
          Returns the value of attribute dynamicParamId.
 FemExecutionStreamDef getExecutionStreamDef()
          Returns the value of reference ExecutionStreamDef.
 boolean isRead()
          Returns the value of attribute read.
 void setDynamicParamId(int newValue)
          Sets the value of dynamicParamId attribute.
 void setExecutionStreamDef(FemExecutionStreamDef newValue)
          Sets the value of ExecutionStreamDef reference.
 void setRead(boolean newValue)
          Sets the value of read 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

getDynamicParamId

int getDynamicParamId()
Returns the value of attribute dynamicParamId.

Returns:
Value of attribute dynamicParamId.

setDynamicParamId

void setDynamicParamId(int newValue)
Sets the value of dynamicParamId attribute. See getDynamicParamId() for description on the attribute.

Parameters:
newValue - New value to be set.

isRead

boolean isRead()
Returns the value of attribute read.

Returns:
Value of attribute read.

setRead

void setRead(boolean newValue)
Sets the value of read attribute. See isRead() for description on the attribute.

Parameters:
newValue - New value to be set.

getExecutionStreamDef

FemExecutionStreamDef getExecutionStreamDef()
Returns the value of reference ExecutionStreamDef.

Returns:
Value of reference ExecutionStreamDef.

setExecutionStreamDef

void setExecutionStreamDef(FemExecutionStreamDef newValue)
Sets the value of ExecutionStreamDef reference. See getExecutionStreamDef() for description on the attribute.

Parameters:
newValue - New value to be set.