public static enum Routing.SoGNetOrder extends java.lang.Enum<Routing.SoGNetOrder>
Enum Constant and Description |
---|
SOGNETORDERASCENDING |
SOGNETORDERBUS |
SOGNETORDERDESCENDING |
SOGNETORDERGIVEN |
SOGNETORDERORIGINAL |
SOGNETORDERPERCENTAGE |
Modifier and Type | Method and Description |
---|---|
static Routing.SoGNetOrder |
findByValue(int level) |
static Routing.SoGNetOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Routing.SoGNetOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Routing.SoGNetOrder SOGNETORDERDESCENDING
public static final Routing.SoGNetOrder SOGNETORDERASCENDING
public static final Routing.SoGNetOrder SOGNETORDERGIVEN
public static final Routing.SoGNetOrder SOGNETORDERBUS
public static final Routing.SoGNetOrder SOGNETORDERPERCENTAGE
public static final Routing.SoGNetOrder SOGNETORDERORIGINAL
public static Routing.SoGNetOrder[] values()
for (Routing.SoGNetOrder c : Routing.SoGNetOrder.values()) System.out.println(c);
public static Routing.SoGNetOrder 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 static Routing.SoGNetOrder findByValue(int level)