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