Class FieldTypeOutput

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

public final class FieldTypeOutput extends Object implements Serializable
This class defines the standard available output for field types.
Since:
11.1
Author:
Mihai Bob
See Also:
  • Field Details

  • Method Details

    • valueOf

      public static FieldTypeOutput valueOf(int type)
      Returns the Output type with the specified type. Throws an IllegalArgumentException when the type is not a valid type.
      Parameters:
      type - the id of the FieldTypeOutput
      Returns:
      the field's output type with the specified type.
    • valueOf

      public static FieldTypeOutput valueOf(String name)
      Returns the Output type with the specified name. Throws an IllegalArgumentException when the type is not a valid name.
      Parameters:
      name - the id of the ParameterType
      Returns:
      the field's output type with the specified type.
    • getType

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

      public String getName()
      This method returns the unique name of the output type.
      Returns:
      the unique name of the output 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