public static enum Phone.H264LicenseAction extends java.lang.Enum<Phone.H264LicenseAction>
Enum Constant and Description |
---|
ACCEPT
Indicates that the end user has accepted the term.
|
DECLINE
Indicates that the end user declined the term.
|
VIEW_LICENSE
Indicates that the end user wants to view the license.
|
Modifier and Type | Method and Description |
---|---|
static Phone.H264LicenseAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phone.H264LicenseAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Phone.H264LicenseAction ACCEPT
public static final Phone.H264LicenseAction DECLINE
public static final Phone.H264LicenseAction VIEW_LICENSE
public static Phone.H264LicenseAction[] values()
for (Phone.H264LicenseAction c : Phone.H264LicenseAction.values()) System.out.println(c);
public static Phone.H264LicenseAction 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