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