|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RuleParameterType>
nl.gx.webmanager.cms.form.RuleParameterType
public enum RuleParameterType
Parameters for rules can have different datatypes. This enumeration describes the different datatypes available.
| Enum Constant Summary | |
|---|---|
BOOLEAN
|
|
CALLBACK
|
|
FORM_PART
|
|
FORM_PART_VALUE
|
|
INTEGER
|
|
PAGE
|
|
STEP
|
|
STRING
|
|
USER_ENTRY
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Return this type's internal code name. |
static RuleParameterType |
parse(java.lang.String code)
Convert a string to rule parameter type. |
static RuleParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RuleParameterType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RuleParameterType STRING
public static final RuleParameterType BOOLEAN
public static final RuleParameterType CALLBACK
public static final RuleParameterType FORM_PART
public static final RuleParameterType FORM_PART_VALUE
public static final RuleParameterType INTEGER
public static final RuleParameterType PAGE
public static final RuleParameterType STEP
public static final RuleParameterType USER_ENTRY
| Method Detail |
|---|
public static RuleParameterType[] values()
for (RuleParameterType c : RuleParameterType.values()) System.out.println(c);
public static RuleParameterType 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getCode()
public static RuleParameterType parse(java.lang.String code)
code - string to parse.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||