public static enum MAPCallBarredParam.Choice extends Enum<MAPCallBarredParam.Choice>
Enum Constant and Description |
---|
CALLBARRINGCAUSE |
EXTENSIBLECALLBARREDPARAM |
Modifier and Type | Method and Description |
---|---|
static MAPCallBarredParam.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCallBarredParam.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPCallBarredParam.Choice CALLBARRINGCAUSE
public static final MAPCallBarredParam.Choice EXTENSIBLECALLBARREDPARAM
public static MAPCallBarredParam.Choice[] values()
for (MAPCallBarredParam.Choice c : MAPCallBarredParam.Choice.values()) System.out.println(c);
public static MAPCallBarredParam.Choice 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 null