fr.cnes.sitools.form.components.model
Enum Param

java.lang.Object
  extended by java.lang.Enum<Param>
      extended by fr.cnes.sitools.form.components.model.Param
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Param>

public enum Param
extends java.lang.Enum<Param>

the parameters name available

Author:
c.mozdzierz

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

COMPARISON

public static final Param COMPARISON
The list of parameters


TYPE

public static final Param TYPE
Type parameters


VALUE

public static final Param VALUE
Value parameters


COLUMN_ALIAS

public static final Param COLUMN_ALIAS
Field parameters


TABLENAME

public static final Param TABLENAME
Table name parameters


TABLEALIAS

public static final Param TABLEALIAS
Table alias parameter

Method Detail

values

public static Param[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Param c : Param.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Param valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()
Get the label

Returns:
the label


Copyright © 2010-2013 CNES. All Rights Reserved.