public static enum CallContext.PolicyDistributionMode extends Enum<CallContext.PolicyDistributionMode>
| Modifier and Type | Method and Description |
|---|---|
static CallContext.PolicyDistributionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallContext.PolicyDistributionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallContext.PolicyDistributionMode EXCHANGE
public static final CallContext.PolicyDistributionMode SERVICE
public static CallContext.PolicyDistributionMode[] values()
for (CallContext.PolicyDistributionMode c : CallContext.PolicyDistributionMode.values()) System.out.println(c);
public static CallContext.PolicyDistributionMode 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 nullCopyright © 2011–2021 Talend Inc.. All rights reserved.