org.knime.base.node.preproc.joiner
Enum NewJoinerSettings.JoinMode

java.lang.Object
  extended by java.lang.Enum<NewJoinerSettings.JoinMode>
      extended by org.knime.base.node.preproc.joiner.NewJoinerSettings.JoinMode
All Implemented Interfaces:
Serializable, Comparable<NewJoinerSettings.JoinMode>
Enclosing class:
NewJoinerSettings

public static enum NewJoinerSettings.JoinMode
extends Enum<NewJoinerSettings.JoinMode>

This enum holds all ways of joining the two tables.

Author:
Thorsten Meinl, University of Konstanz

Enum Constant Summary
FullOuterJoin
          Make a FULL OUTER JOIN.
InnerJoin
          Make an INNER JOIN.
LeftOuterJoin
          Make a LEFT OUTER JOIN.
RightOuterJoin
          Make a RIGHT OUTER JOIN.
 
Method Summary
 String toString()
          
static NewJoinerSettings.JoinMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NewJoinerSettings.JoinMode[] 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

InnerJoin

public static final NewJoinerSettings.JoinMode InnerJoin
Make an INNER JOIN.


LeftOuterJoin

public static final NewJoinerSettings.JoinMode LeftOuterJoin
Make a LEFT OUTER JOIN.


RightOuterJoin

public static final NewJoinerSettings.JoinMode RightOuterJoin
Make a RIGHT OUTER JOIN.


FullOuterJoin

public static final NewJoinerSettings.JoinMode FullOuterJoin
Make a FULL OUTER JOIN.

Method Detail

values

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

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

valueOf

public static NewJoinerSettings.JoinMode 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<NewJoinerSettings.JoinMode>


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.