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