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