public static enum ContentRestrictedModelItemHelper.FirstRestrictionsChecksState extends Enum<ContentRestrictedModelItemHelper.FirstRestrictionsChecksState>
ContentRestrictedModelItemHelper._doFirstRestrictionsChecks(Content, Restrictions, boolean)
in DefaultContentType are removedEnum Constant and Description |
---|
FALSE
First checks are not OK
|
TRUE
First checks are OK
|
UNKNOWN
There are more checks to do
|
Modifier and Type | Method and Description |
---|---|
static ContentRestrictedModelItemHelper.FirstRestrictionsChecksState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRestrictedModelItemHelper.FirstRestrictionsChecksState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentRestrictedModelItemHelper.FirstRestrictionsChecksState TRUE
public static final ContentRestrictedModelItemHelper.FirstRestrictionsChecksState FALSE
public static final ContentRestrictedModelItemHelper.FirstRestrictionsChecksState UNKNOWN
public static ContentRestrictedModelItemHelper.FirstRestrictionsChecksState[] values()
for (ContentRestrictedModelItemHelper.FirstRestrictionsChecksState c : ContentRestrictedModelItemHelper.FirstRestrictionsChecksState.values()) System.out.println(c);
public static ContentRestrictedModelItemHelper.FirstRestrictionsChecksState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null