public static enum PipelineStateCompleted.NameEnum extends java.lang.Enum<PipelineStateCompleted.NameEnum>
| Enum Constant and Description |
|---|
COMPLETED |
| Modifier and Type | Method and Description |
|---|---|
static PipelineStateCompleted.NameEnum |
fromValue(java.lang.String v) |
java.lang.String |
toString() |
java.lang.String |
value() |
static PipelineStateCompleted.NameEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipelineStateCompleted.NameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineStateCompleted.NameEnum COMPLETED
public static PipelineStateCompleted.NameEnum[] values()
for (PipelineStateCompleted.NameEnum c : PipelineStateCompleted.NameEnum.values()) System.out.println(c);
public static PipelineStateCompleted.NameEnum 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public java.lang.String toString()
toString in class java.lang.Enum<PipelineStateCompleted.NameEnum>public static PipelineStateCompleted.NameEnum fromValue(java.lang.String v)