org.knime.base.node.meta.looper.condition
Enum LoopEndConditionSettings.Operator

java.lang.Object
  extended by java.lang.Enum<LoopEndConditionSettings.Operator>
      extended by org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
All Implemented Interfaces:
Serializable, Comparable<LoopEndConditionSettings.Operator>
Enclosing class:
LoopEndConditionSettings

public static enum LoopEndConditionSettings.Operator
extends Enum<LoopEndConditionSettings.Operator>

All comparison operators the user can choose from in the dialog.


Enum Constant Summary
EQ
          Numeric or string equal.
GE
          Numeric greater than or equal.
GT
          Numeric greater than.
LE
          Numeric lower than or equal.
LT
          Numeric lower than.
NE
          Numeric or string unequal.
 
Method Summary
 String toString()
          
static LoopEndConditionSettings.Operator valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoopEndConditionSettings.Operator[] 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

GT

public static final LoopEndConditionSettings.Operator GT
Numeric greater than.


LT

public static final LoopEndConditionSettings.Operator LT
Numeric lower than.


GE

public static final LoopEndConditionSettings.Operator GE
Numeric greater than or equal.


LE

public static final LoopEndConditionSettings.Operator LE
Numeric lower than or equal.


NE

public static final LoopEndConditionSettings.Operator NE
Numeric or string unequal.


EQ

public static final LoopEndConditionSettings.Operator EQ
Numeric or string equal.

Method Detail

values

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

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

valueOf

public static LoopEndConditionSettings.Operator 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

toString

public String toString()

Overrides:
toString in class Enum<LoopEndConditionSettings.Operator>


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.