public enum SubAddressScripts extends Enum<SubAddressScripts>
Enum Constant and Description |
---|
ROUND_ROBIN |
SUB_ADDRESS_PER_CHANNEL |
Modifier and Type | Method and Description |
---|---|
String |
displayName() |
String |
toString() |
static SubAddressScripts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubAddressScripts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubAddressScripts SUB_ADDRESS_PER_CHANNEL
public static final SubAddressScripts ROUND_ROBIN
public static SubAddressScripts[] values()
for (SubAddressScripts c : SubAddressScripts.values()) System.out.println(c);
public static SubAddressScripts 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 String toString()
toString
in class Enum<SubAddressScripts>
public String displayName()