com.ibm.bpe.api

Class QueryTableKind

  • java.lang.Object
    • com.ibm.bpe.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:
    6.2
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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

      • PREDEFINED

        public static final QueryTableKind PREDEFINED
        Symbolic constant for query table kind PREDEFINED
        Since:
        6.2
      • SUPPLEMENTAL

        public static final QueryTableKind SUPPLEMENTAL
        Symbolic constant for query table kind SUPPLEMENTAL
        Since:
        6.2
      • COMPOSITE

        public static final QueryTableKind COMPOSITE
        Symbolic constant for query table kind COMPOSITE
        Since:
        6.2
    • 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.
        Since:
        6.2
      • 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.
        Since:
        6.2
IBM Business Process ManagerTM
Release 8