java.lang.Object
com.aquima.interactions.framework.container.worklist.config.ColumnType
All Implemented Interfaces:
Serializable

public final class ColumnType extends Object implements Serializable
This class describes a worklist column type and contains all possible types.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Field Details

    • TASK

      public static final ColumnType TASK
      This member defines the TASK column type.
    • CASE

      public static final ColumnType CASE
      This member defines the CASE column type.
    • CASE_METADATA

      public static final ColumnType CASE_METADATA
    • DOSSIER_METADATA

      public static final ColumnType DOSSIER_METADATA
  • Method Details

    • forName

      public static ColumnType forName(String name)
      This method may be used to request the type with a specified name.
      Parameters:
      name - The name of the requested type.
      Returns:
      The type for the specified name.
    • getName

      public String getName()
      This method returns the name of the column type.
      Returns:
      The name of the type.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object