|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Param>
fr.cnes.sitools.form.components.model.Param
public enum Param
the parameters name available
Enum Constant Summary | |
---|---|
COLUMN_ALIAS
Field parameters |
|
COMPARISON
The list of parameters |
|
TABLEALIAS
Table alias parameter |
|
TABLENAME
Table name parameters |
|
TYPE
Type parameters |
|
VALUE
Value parameters |
Method Summary | |
---|---|
java.lang.String |
value()
Get the label |
static Param |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Param[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 Param COMPARISON
public static final Param TYPE
public static final Param VALUE
public static final Param COLUMN_ALIAS
public static final Param TABLENAME
public static final Param TABLEALIAS
Method Detail |
---|
public static Param[] values()
for (Param c : Param.values()) System.out.println(c);
public static Param 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 value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |