static enum InheritanceTypeChecking.IfStatement.Action extends java.lang.Enum<InheritanceTypeChecking.IfStatement.Action>
Enum Constant and Description |
---|
NO_ACTION |
PROCESSED_ACTION |
REMOVE_ACTION |
Modifier and Type | Method and Description |
---|---|
static InheritanceTypeChecking.IfStatement.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceTypeChecking.IfStatement.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InheritanceTypeChecking.IfStatement.Action NO_ACTION
public static final InheritanceTypeChecking.IfStatement.Action REMOVE_ACTION
public static final InheritanceTypeChecking.IfStatement.Action PROCESSED_ACTION
public static InheritanceTypeChecking.IfStatement.Action[] values()
for (InheritanceTypeChecking.IfStatement.Action c : InheritanceTypeChecking.IfStatement.Action.values()) System.out.println(c);
public static InheritanceTypeChecking.IfStatement.Action 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.