public static enum Routing.SoGContactsStrategy extends java.lang.Enum<Routing.SoGContactsStrategy>
Enum Constant and Description |
---|
SOGCONTACTSALWAYSINSUBCELLS |
SOGCONTACTSATTOPLEVEL |
SOGCONTACTSFORCESUBCELLS |
SOGCONTACTSUSEEXISTINGSUBCELLS |
Modifier and Type | Method and Description |
---|---|
static Routing.SoGContactsStrategy |
findByLevel(int level) |
java.lang.String |
toString() |
static Routing.SoGContactsStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Routing.SoGContactsStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Routing.SoGContactsStrategy SOGCONTACTSATTOPLEVEL
public static final Routing.SoGContactsStrategy SOGCONTACTSUSEEXISTINGSUBCELLS
public static final Routing.SoGContactsStrategy SOGCONTACTSALWAYSINSUBCELLS
public static final Routing.SoGContactsStrategy SOGCONTACTSFORCESUBCELLS
public static Routing.SoGContactsStrategy[] values()
for (Routing.SoGContactsStrategy c : Routing.SoGContactsStrategy.values()) System.out.println(c);
public static Routing.SoGContactsStrategy 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.SoGContactsStrategy findByLevel(int level)
public java.lang.String toString()
toString
in class java.lang.Enum<Routing.SoGContactsStrategy>