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