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