
public static enum ProvisionProvider.PROVIDER extends Enum<ProvisionProvider.PROVIDER>
| Enum Constant and Description |
|---|
BANDWIDTH |
UNKNOWN |
VOIPINNOVATIONS |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionProvider.PROVIDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisionProvider.PROVIDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisionProvider.PROVIDER VOIPINNOVATIONS
public static final ProvisionProvider.PROVIDER BANDWIDTH
public static final ProvisionProvider.PROVIDER UNKNOWN
public static ProvisionProvider.PROVIDER[] values()
for (ProvisionProvider.PROVIDER c : ProvisionProvider.PROVIDER.values()) System.out.println(c);
public static ProvisionProvider.PROVIDER 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 © 2015. All Rights Reserved.