public static enum Policy.Platform extends Enum<Policy.Platform>
| Enum Constant and Description |
|---|
BTVISION_CARDINAL |
IOS |
PC |
TALK_TALK |
XBOX |
YOUVIEW |
| Modifier and Type | Method and Description |
|---|---|
static Policy.Platform |
fromKey(String key) |
String |
key() |
static Policy.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Policy.Platform XBOX
public static final Policy.Platform PC
public static final Policy.Platform IOS
public static final Policy.Platform YOUVIEW
public static final Policy.Platform TALK_TALK
public static final Policy.Platform BTVISION_CARDINAL
public static Policy.Platform[] values()
for (Policy.Platform c : Policy.Platform.values()) System.out.println(c);
public static Policy.Platform 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 String key()
public static Policy.Platform fromKey(String key)
Copyright © 2014. All rights reserved.