java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.InstanceAction

public final class InstanceAction extends Object
Enumerated type class that contains the various possible actions for a instance result.
Since:
6.3
Author:
O. Kerpershoek
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final InstanceAction
    This action type can be used to specify the existing instances should be cleared (removed).
    static final InstanceAction
    This action type can be used to use the same instance for input and output.
    static final InstanceAction
    This action type can be used to specify the existing instances should be kept (and new results appended).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    This method returns the type (name) of the instance action.
    int
     
    This method returns the instance action type for the specified type.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CLEAR

      public static final InstanceAction CLEAR
      This action type can be used to specify the existing instances should be cleared (removed).
    • NOCLEAR

      public static final InstanceAction NOCLEAR
      This action type can be used to specify the existing instances should be kept (and new results appended).
    • MERGE

      public static final InstanceAction MERGE
      This action type can be used to use the same instance for input and output.
  • Method Details

    • valueOf

      public static InstanceAction valueOf(String type)
      This method returns the instance action type for the specified type.
      Parameters:
      type - The type of the requested instance action.
      Returns:
      The instance action for the specified type.
    • getType

      public String getType()
      This method returns the type (name) of the instance action.
      Returns:
      the type (name) of the instance action.
    • hashCode

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

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