Class SchemaFormType

java.lang.Object
com.aquima.interactions.communication.SchemaFormType
All Implemented Interfaces:
Serializable

public class SchemaFormType extends Object implements Serializable
This class defines all the schema form types that are supported.
Since:
9.0
Author:
Arjan Pragt
See Also:
  • Field Details

    • UNQUALIFIED

      public static final SchemaFormType UNQUALIFIED
      Predefined schema form type for unqualified.
    • QUALIFIED

      public static final SchemaFormType QUALIFIED
      Predefined schema form type for qualified.
  • Method Details

    • valueOf

      public static SchemaFormType valueOf(String name)
      This method returns the SchemaFormType matching the specified name.
      Parameters:
      name - The name of the requested SchemaFormType.
      Returns:
      The SchemaFormType matching the specified name.
      Throws:
      IllegalArgumentException - when the name provides does not exist.
    • getName

      public String getName()
      The method returns the name of the schema form type.
      Returns:
      The name, never null.
    • 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