|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessParameter.ParameterType | |
---|---|
org.ow2.bonita.definition | Contains interfaces to implement end-user classes for hooks, role mappers and performer assignments. |
Uses of ProcessParameter.ParameterType in org.ow2.bonita.definition |
---|
Fields in org.ow2.bonita.definition declared as ProcessParameter.ParameterType | |
---|---|
protected ProcessParameter.ParameterType |
ProcessParameter.parameterType
|
Methods in org.ow2.bonita.definition that return ProcessParameter.ParameterType | |
---|---|
ProcessParameter.ParameterType |
ProcessParameter.getType()
|
static ProcessParameter.ParameterType |
ProcessParameter.ParameterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessParameter.ParameterType[] |
ProcessParameter.ParameterType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.ow2.bonita.definition with parameters of type ProcessParameter.ParameterType | |
---|---|
ProcessParameter(ProcessParameter.ParameterType parameterType,
java.lang.String parameterName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |