public enum RatingUnitedStatesTelevisionType extends java.lang.Enum<RatingUnitedStatesTelevisionType>
| Enum Constant and Description |
|---|
ADULTS
adults
|
ALL_ALLOWED
all Allowed
|
ALL_BLOCKED
all Blocked
|
CHILDREN_ABOVE14
children Above14
|
CHILDREN_ABOVE7
children Above7
|
CHILDREN_ALL
children All
|
GENERAL
general
|
PARENTAL_GUIDANCE
parental Guidance
|
UNEXPECTED_VALUE
For RatingUnitedStatesTelevisionType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static RatingUnitedStatesTelevisionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RatingUnitedStatesTelevisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatingUnitedStatesTelevisionType ALL_ALLOWED
public static final RatingUnitedStatesTelevisionType ALL_BLOCKED
public static final RatingUnitedStatesTelevisionType CHILDREN_ALL
public static final RatingUnitedStatesTelevisionType CHILDREN_ABOVE7
public static final RatingUnitedStatesTelevisionType GENERAL
public static final RatingUnitedStatesTelevisionType PARENTAL_GUIDANCE
public static final RatingUnitedStatesTelevisionType CHILDREN_ABOVE14
public static final RatingUnitedStatesTelevisionType ADULTS
public static final RatingUnitedStatesTelevisionType UNEXPECTED_VALUE
public static RatingUnitedStatesTelevisionType[] values()
for (RatingUnitedStatesTelevisionType c : RatingUnitedStatesTelevisionType.values()) System.out.println(c);
public static RatingUnitedStatesTelevisionType 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