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