net.sf.farrago.fem.fennel
Class FemDynamicParamUse$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
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
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.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
dynamicParamId
private Integer dynamicParamId
read
private Boolean read
executionStreamDef
private ParamUses executionStreamDef
FemDynamicParamUse$Hib
FemDynamicParamUse$Hib(RefClass refClass)
FemDynamicParamUse$Hib
FemDynamicParamUse$Hib(RefClass refClass,
int dynamicParamId,
boolean read)
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