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