Class GlobalParameterType

java.lang.Object
com.aquima.interactions.project.GlobalParameterType
All Implemented Interfaces:
Serializable

public final class GlobalParameterType extends Object implements Serializable
This class defines the standard global parameter types.
Since:
11.0
Author:
Mihai Bob
See Also:
  • Field Details

    • PRIMITIVE

      public static final GlobalParameterType PRIMITIVE
      This member defines the PRIMITIVE parameter type.
    • TEXT

      public static final GlobalParameterType TEXT
      This member defines the TEXT parameter type.
  • Method Details

    • valueOf

      public static GlobalParameterType valueOf(int type)
      Returns the GlobalParameterType with the specified type. Throws an IllegalArgumentException when the type is not valid.
      Parameters:
      type - the id of the GlobalParameterType
      Returns:
      the GlobalParameterType type with the specified type.
    • valueOf

      public static GlobalParameterType valueOf(String type)
      Returns the GlobalParameterType with the specified type. Throws an IllegalArgumentException when the type is not valid.
      Parameters:
      type - the id of the GlobalParameterType
      Returns:
      the Parameter type with the specified type.
    • getType

      public int getType()
      This method returns the unique ID of the global parameter type.
      Returns:
      the unique ID of the global parameter type.
    • getName

      public String getName()
      This method returns the unique name of the global parameter type.
      Returns:
      the unique name of the parameter type.
    • toString

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

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

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