public static enum Constants.PipelineOrderBy extends Enum<Constants.PipelineOrderBy>
Modifier and Type | Method and Description |
---|---|
static Constants.PipelineOrderBy |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Constants.PipelineOrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.PipelineOrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PipelineOrderBy ID
public static final Constants.PipelineOrderBy STATUS
public static final Constants.PipelineOrderBy REF
public static final Constants.PipelineOrderBy USER_ID
public static Constants.PipelineOrderBy[] values()
for (Constants.PipelineOrderBy c : Constants.PipelineOrderBy.values()) System.out.println(c);
public static Constants.PipelineOrderBy 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 static Constants.PipelineOrderBy forValue(String value)
public String toValue()
public String toString()
toString
in class Enum<Constants.PipelineOrderBy>
Copyright © 2018. All rights reserved.