slib.sglib.io.loader.csv
Enum StatementTemplate_Constraint_Type

java.lang.Object
  extended by java.lang.Enum<StatementTemplate_Constraint_Type>
      extended by slib.sglib.io.loader.csv.StatementTemplate_Constraint_Type
All Implemented Interfaces:
Serializable, Comparable<StatementTemplate_Constraint_Type>

public enum StatementTemplate_Constraint_Type
extends Enum<StatementTemplate_Constraint_Type>

Author:
seb

Enum Constant Summary
EXISTS
           
 
Method Summary
static StatementTemplate_Constraint_Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatementTemplate_Constraint_Type[] 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

EXISTS

public static final StatementTemplate_Constraint_Type EXISTS
Method Detail

values

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

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

valueOf

public static StatementTemplate_Constraint_Type 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


Copyright © 2013. All Rights Reserved.