Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core.resourcing | |
org.yawlfoundation.yawl.editor.core.resourcing.entity |
Modifier and Type | Method and Description |
---|---|
DynParam.Refers |
DynParam.getRefers() |
static DynParam.Refers |
DynParam.Refers.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynParam.Refers[] |
DynParam.Refers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DynParam.setRefers(DynParam.Refers refers) |
Constructor and Description |
---|
DynParam(java.lang.String name,
DynParam.Refers refers)
the constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynParamSet.add(java.lang.String name,
DynParam.Refers refers) |