com.ibm.task.api

Class QueryTableKind

  1. java.lang.Object
  2. extended bycom.ibm.task.api.QueryTableKind
All implemented interfaces:
java.io.Serializable

  1. public final class QueryTableKind
  2. extends java.lang.Object
  3. 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

Modifier and Type Field and Description
  1. static
  2. QueryTableKind
COMPOSITE
Symbolic constant for query table kind COMPOSITE
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. QueryTableKind
PREDEFINED
Symbolic constant for query table kind PREDEFINED
  1. static
  2. QueryTableKind
SUPPLEMENTAL
Symbolic constant for query table kind SUPPLEMENTAL

Method Summary

Modifier and Type Method and Description
  1. static
  2. QueryTableKind
newQueryTableKind(java.lang.String kindString)
Factory method to create a query table kind by its string representation.
  1. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

PREDEFINED

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

SUPPLEMENTAL

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

COMPOSITE

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

Method Detail

newQueryTableKind

  1. 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

  1. 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.