|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.QueryTableKind
public final class QueryTableKind
This enumeration class defines symbolic constants for query table kinds. These values are to be used when the kinds of query tables are specified.
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 |
---|
public static final java.lang.String COPYRIGHT
public static final QueryTableKind PREDEFINED
public static final QueryTableKind SUPPLEMENTAL
public static final QueryTableKind COMPOSITE
Method Detail |
---|
public static QueryTableKind newQueryTableKind(java.lang.String kindString)
kindString
- The string representation of a query table kind.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |