net.sf.farrago.fem.fennel
Class FemDynamicParamUse$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by net.sf.farrago.fem.fennel.FemDynamicParamUse$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemDynamicParamUse

public class FemDynamicParamUse$Hib
extends RefObjectBase
implements FemDynamicParamUse

Implements MOF's DynamicParamUse interface.

Author:
MofImplementationHandler

Field Summary
private  Integer dynamicParamId
           
private  ParamUses executionStreamDef
           
private  Boolean read
           
 
Constructor Summary
FemDynamicParamUse$Hib(RefClass refClass)
           
FemDynamicParamUse$Hib(RefClass refClass, int dynamicParamId, boolean read)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 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 class org.eigenbase.enki.jmi.impl.RefObjectBase
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

dynamicParamId

private Integer dynamicParamId

read

private Boolean read

executionStreamDef

private ParamUses executionStreamDef
Constructor Detail

FemDynamicParamUse$Hib

FemDynamicParamUse$Hib(RefClass refClass)

FemDynamicParamUse$Hib

FemDynamicParamUse$Hib(RefClass refClass,
                       int dynamicParamId,
                       boolean read)
Method Detail

getDynamicParamId

public int getDynamicParamId()
Description copied from interface: FemDynamicParamUse
Returns the value of attribute dynamicParamId.

Specified by:
getDynamicParamId in interface FemDynamicParamUse
Returns:
Value of attribute dynamicParamId.

setDynamicParamId

public void setDynamicParamId(int newValue)
Description copied from interface: FemDynamicParamUse
Sets the value of dynamicParamId attribute. See FemDynamicParamUse.getDynamicParamId() for description on the attribute.

Specified by:
setDynamicParamId in interface FemDynamicParamUse
Parameters:
newValue - New value to be set.

isRead

public boolean isRead()
Description copied from interface: FemDynamicParamUse
Returns the value of attribute read.

Specified by:
isRead in interface FemDynamicParamUse
Returns:
Value of attribute read.

setRead

public void setRead(boolean newValue)
Description copied from interface: FemDynamicParamUse
Sets the value of read attribute. See FemDynamicParamUse.isRead() for description on the attribute.

Specified by:
setRead in interface FemDynamicParamUse
Parameters:
newValue - New value to be set.

getExecutionStreamDef

public FemExecutionStreamDef getExecutionStreamDef()
Description copied from interface: FemDynamicParamUse
Returns the value of reference ExecutionStreamDef.

Specified by:
getExecutionStreamDef in interface FemDynamicParamUse
Returns:
Value of reference ExecutionStreamDef.

setExecutionStreamDef

public void setExecutionStreamDef(FemExecutionStreamDef newValue)
Description copied from interface: FemDynamicParamUse
Sets the value of ExecutionStreamDef reference. See FemDynamicParamUse.getExecutionStreamDef() for description on the attribute.

Specified by:
setExecutionStreamDef in interface FemDynamicParamUse
Parameters:
newValue - New value to be set.

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase