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