public static enum MAPCallBarredParam.Choice extends java.lang.Enum<MAPCallBarredParam.Choice>
| Enum Constant and Description |
|---|
CALLBARRINGCAUSE |
EXTENSIBLECALLBARREDPARAM |
| Modifier and Type | Method and Description |
|---|---|
static MAPCallBarredParam.Choice |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null