public static enum SemanticVersion.OrderBy extends java.lang.Enum<SemanticVersion.OrderBy> implements java.util.Comparator<SemanticVersion>
| Enum Constant and Description |
|---|
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static SemanticVersion.OrderBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SemanticVersion.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticVersion.OrderBy NORMAL
public static SemanticVersion.OrderBy[] values()
for (SemanticVersion.OrderBy c : SemanticVersion.OrderBy.values()) System.out.println(c);
public static SemanticVersion.OrderBy 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 null