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