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