public enum ConfigConstants extends Enum<ConfigConstants>
| Enum Constant and Description |
|---|
CUSTOM |
DEST_IP |
INTERFACE_IDENTIFIER |
MACADDRESS |
MGMT |
SOURCE_IP |
TUNNEL_TYPE |
TYPE |
VLAN |
VLAN_MODE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ConfigConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigConstants TYPE
public static final ConfigConstants VLAN
public static final ConfigConstants VLAN_MODE
public static final ConfigConstants TUNNEL_TYPE
public static final ConfigConstants SOURCE_IP
public static final ConfigConstants DEST_IP
public static final ConfigConstants MACADDRESS
public static final ConfigConstants INTERFACE_IDENTIFIER
public static final ConfigConstants MGMT
public static final ConfigConstants CUSTOM
public static ConfigConstants[] values()
for (ConfigConstants c : ConfigConstants.values()) System.out.println(c);
public static ConfigConstants 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<ConfigConstants>Copyright © 2015. All Rights Reserved.