Class TargetInstanceType

java.lang.Object
com.aquima.interactions.process.TargetInstanceType
All Implemented Interfaces:
Serializable

public final class TargetInstanceType extends Object implements Serializable
This class defines the possible target instance types.
Since:
9.8
Author:
Marius Orsan
See Also:
  • Field Details

    • SINGLETONS

      public static final TargetInstanceType SINGLETONS
      This member defines the SINGLETONS target instance type.
    • EXISTING_INSTANCES

      public static final TargetInstanceType EXISTING_INSTANCES
      This member defines the EXISTING_INSTANCES target instance type.
  • Method Details

    • valueOf

      public static TargetInstanceType valueOf(String name)
      This method may be used to request a target instance type for a specified name.
      Parameters:
      name - The name for which a status is requested.
      Returns:
      The status for the specified name.
    • getName

      public String getName()
      This method returns the name of the target instance type.
      Returns:
      The name of the type.
    • isSingletonsTarget

      public boolean isSingletonsTarget()
      Returns:
      true if this is an aggregate reference type, false otherwise
    • isExistingTarget

      public boolean isExistingTarget()
      Returns:
      true if this is a version reference type, false otherwise
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object