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