public static enum PaConstants.DjVarsSoftErrors extends java.lang.Enum<PaConstants.DjVarsSoftErrors>
Enum Constant and Description |
---|
GenerateDifferences |
GenerateNew |
GenerateReplacements |
Ignore |
Report |
Modifier and Type | Field and Description |
---|---|
boolean |
generate |
Modifier and Type | Method and Description |
---|---|
static PaConstants.DjVarsSoftErrors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaConstants.DjVarsSoftErrors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaConstants.DjVarsSoftErrors Ignore
public static final PaConstants.DjVarsSoftErrors Report
public static final PaConstants.DjVarsSoftErrors GenerateNew
public static final PaConstants.DjVarsSoftErrors GenerateReplacements
public static final PaConstants.DjVarsSoftErrors GenerateDifferences
public static PaConstants.DjVarsSoftErrors[] values()
for (PaConstants.DjVarsSoftErrors c : PaConstants.DjVarsSoftErrors.values()) System.out.println(c);
public static PaConstants.DjVarsSoftErrors 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