@Generated(value="org.jsonschema2pojo") public static enum ComputingActivity.Type extends Enum<ComputingActivity.Type>
| Enum Constant and Description |
|---|
COLLECTIONELEMENT |
PARALLELELEMENT |
SINGLE |
WORKFLOWNODE |
| Modifier and Type | Method and Description |
|---|---|
static ComputingActivity.Type |
fromValue(String value) |
String |
toString() |
static ComputingActivity.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputingActivity.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputingActivity.Type COLLECTIONELEMENT
public static final ComputingActivity.Type PARALLELELEMENT
public static final ComputingActivity.Type SINGLE
public static final ComputingActivity.Type WORKFLOWNODE
public static ComputingActivity.Type[] values()
for (ComputingActivity.Type c : ComputingActivity.Type.values()) System.out.println(c);
public static ComputingActivity.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ComputingActivity.Type>public static ComputingActivity.Type fromValue(String value)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.