|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<WorkflowTemplate.ParameterType>
eu.planets_project.ifr.core.wee.api.workflow.WorkflowTemplate.ParameterType
public static enum WorkflowTemplate.ParameterType
Defines the usage of a given parameter. It can either be uses as configuration for: a) a given WorkflowService b) a general Parameter (currently not available)
| Enum Constant Summary | |
|---|---|
GeneralParameter
General Parameter type |
|
ServiceParameter
Service Parameter type |
|
| Method Summary | |
|---|---|
static WorkflowTemplate.ParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkflowTemplate.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WorkflowTemplate.ParameterType ServiceParameter
public static final WorkflowTemplate.ParameterType GeneralParameter
| Method Detail |
|---|
public static WorkflowTemplate.ParameterType[] values()
for (WorkflowTemplate.ParameterType c : WorkflowTemplate.ParameterType.values()) System.out.println(c);
public static WorkflowTemplate.ParameterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||