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