public enum EnterpriseVoiceVPNPolicySelection extends Enum<EnterpriseVoiceVPNPolicySelection>
Modifier and Type | Method and Description |
---|---|
static EnterpriseVoiceVPNPolicySelection |
get(String value) |
String |
toString() |
String |
value() |
static EnterpriseVoiceVPNPolicySelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnterpriseVoiceVPNPolicySelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterpriseVoiceVPNPolicySelection PRIVATE
public static final EnterpriseVoiceVPNPolicySelection PUBLIC
public static final EnterpriseVoiceVPNPolicySelection ROUTE
public static final EnterpriseVoiceVPNPolicySelection TREATMENT
public static EnterpriseVoiceVPNPolicySelection[] values()
for (EnterpriseVoiceVPNPolicySelection c : EnterpriseVoiceVPNPolicySelection.values()) System.out.println(c);
public static EnterpriseVoiceVPNPolicySelection 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 value()
public String toString()
toString
in class Enum<EnterpriseVoiceVPNPolicySelection>
public static EnterpriseVoiceVPNPolicySelection get(String value)
Copyright © 2016 ECG, Inc. All rights reserved.