public static enum EntityGridTableHeaderRenderer.ErrorIconState extends java.lang.Enum<EntityGridTableHeaderRenderer.ErrorIconState>
Modifier and Type | Method and Description |
---|---|
static EntityGridTableHeaderRenderer.ErrorIconState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityGridTableHeaderRenderer.ErrorIconState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityGridTableHeaderRenderer.ErrorIconState NONE
public static final EntityGridTableHeaderRenderer.ErrorIconState SOME
public static final EntityGridTableHeaderRenderer.ErrorIconState ALL
public static EntityGridTableHeaderRenderer.ErrorIconState[] values()
for (EntityGridTableHeaderRenderer.ErrorIconState c : EntityGridTableHeaderRenderer.ErrorIconState.values()) System.out.println(c);
public static EntityGridTableHeaderRenderer.ErrorIconState 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