2.17.2: 2011-06-17

net.sf.basedb.plugins
Enum Base1PluginExecuter.Base1JobParameterType

java.lang.Object
  extended by java.lang.Enum<Base1PluginExecuter.Base1JobParameterType>
      extended by net.sf.basedb.plugins.Base1PluginExecuter.Base1JobParameterType
All Implemented Interfaces:
Serializable, Comparable<Base1PluginExecuter.Base1JobParameterType>
Enclosing class:
Base1PluginExecuter

private static enum Base1PluginExecuter.Base1JobParameterType
extends Enum<Base1PluginExecuter.Base1JobParameterType>


Enum Constant Summary
ANNOTATION
           
ENUMERATION
           
FLOAT
           
HIDDEN_STRING
           
INTEGER
           
STRING
           
TEXT
           
 
Field Summary
private  char c
           
 
Method Summary
static Base1PluginExecuter.Base1JobParameterType get(char c)
           
 String toString()
           
static Base1PluginExecuter.Base1JobParameterType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Base1PluginExecuter.Base1JobParameterType[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

HIDDEN_STRING

public static final Base1PluginExecuter.Base1JobParameterType HIDDEN_STRING

STRING

public static final Base1PluginExecuter.Base1JobParameterType STRING

INTEGER

public static final Base1PluginExecuter.Base1JobParameterType INTEGER

FLOAT

public static final Base1PluginExecuter.Base1JobParameterType FLOAT

TEXT

public static final Base1PluginExecuter.Base1JobParameterType TEXT

ANNOTATION

public static final Base1PluginExecuter.Base1JobParameterType ANNOTATION

ENUMERATION

public static final Base1PluginExecuter.Base1JobParameterType ENUMERATION
Field Detail

c

private final char c
Method Detail

values

public static Base1PluginExecuter.Base1JobParameterType[] 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 (Base1PluginExecuter.Base1JobParameterType c : Base1PluginExecuter.Base1JobParameterType.values())
    System.out.println(c);

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

valueOf

public static Base1PluginExecuter.Base1JobParameterType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

get

public static Base1PluginExecuter.Base1JobParameterType get(char c)

toString

public String toString()
Overrides:
toString in class Enum<Base1PluginExecuter.Base1JobParameterType>

2.17.2: 2011-06-17