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