IBM WebSphere Application ServerTM
Release 7

com.ibm.task.api
Class QueryTableKind

java.lang.Object
  extended by com.ibm.task.api.QueryTableKind
All Implemented Interfaces:
java.io.Serializable

public final class QueryTableKind
extends java.lang.Object
implements java.io.Serializable

This enumeration class defines symbolic constants for query table kinds. These values are to be used when the kinds of query tables are specified.

Since:
7.0
See Also:
Serialized Form

Field Summary
static QueryTableKind COMPOSITE
          Symbolic constant for query table kind COMPOSITE
static java.lang.String COPYRIGHT
           
static QueryTableKind PREDEFINED
          Symbolic constant for query table kind PREDEFINED
static QueryTableKind SUPPLEMENTAL
          Symbolic constant for query table kind SUPPLEMENTAL
 
Method Summary
static QueryTableKind newQueryTableKind(java.lang.String kindString)
          Factory method to create a query table kind by its string representation.
 java.lang.String toString()
          Returns a string representation of the query table kind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

PREDEFINED

public static final QueryTableKind PREDEFINED
Symbolic constant for query table kind PREDEFINED


SUPPLEMENTAL

public static final QueryTableKind SUPPLEMENTAL
Symbolic constant for query table kind SUPPLEMENTAL


COMPOSITE

public static final QueryTableKind COMPOSITE
Symbolic constant for query table kind COMPOSITE

Method Detail

newQueryTableKind

public static QueryTableKind newQueryTableKind(java.lang.String kindString)
Factory method to create a query table kind by its string representation. If the enum passed is not a valid kind enumeration, null is returned.

Parameters:
kindString - The string representation of a query table kind.
Returns:
QueryTableKind - The QueryTableKind object that is created.

toString

public java.lang.String toString()
Returns a string representation of the query table kind.

Overrides:
toString in class java.lang.Object
Returns:
String - A string representation of the query table kind.

IBM WebSphere Application ServerTM
Release 7