public enum ProcessContainmentType extends Enum<ProcessContainmentType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description of the instance provenance type.
|
String |
getName()
Return the default name of the instance provenance type.
|
int |
getOrdinal()
Return the numeric representation of the instance provenance type.
|
String |
toString()
toString() JSON-style
|
static ProcessContainmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessContainmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessContainmentType OWNED
public static final ProcessContainmentType APPEND
public static final ProcessContainmentType OTHER
public static ProcessContainmentType[] values()
for (ProcessContainmentType c : ProcessContainmentType.values()) System.out.println(c);
public static ProcessContainmentType 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<ProcessContainmentType>Copyright © 2018–2020 ODPi. All rights reserved.