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