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