public enum RatingUnitedKingdomTelevisionType extends java.lang.Enum<RatingUnitedKingdomTelevisionType>
| Enum Constant and Description |
|---|
ALL_ALLOWED
all Allowed
|
ALL_BLOCKED
all Blocked
|
CAUTION
caution
|
UNEXPECTED_VALUE
For RatingUnitedKingdomTelevisionType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static RatingUnitedKingdomTelevisionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RatingUnitedKingdomTelevisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatingUnitedKingdomTelevisionType ALL_ALLOWED
public static final RatingUnitedKingdomTelevisionType ALL_BLOCKED
public static final RatingUnitedKingdomTelevisionType CAUTION
public static final RatingUnitedKingdomTelevisionType UNEXPECTED_VALUE
public static RatingUnitedKingdomTelevisionType[] values()
for (RatingUnitedKingdomTelevisionType c : RatingUnitedKingdomTelevisionType.values()) System.out.println(c);
public static RatingUnitedKingdomTelevisionType 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