Class EnumSchemaTypeProperties

Direct Known Subclasses:
EnumSchemaTypeRequestBody

public class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
  • Constructor Details

    • EnumSchemaTypeProperties

      public EnumSchemaTypeProperties()
      Default constructor
    • EnumSchemaTypeProperties

      public EnumSchemaTypeProperties(EnumSchemaTypeProperties template)
      Copy/clone Constructor
      Parameters:
      template - template object to copy.
  • Method Details

    • getValidValueSetGUID

      public String getValidValueSetGUID()
      Return the unique identifier of the valid value set that describes the enum values for this schema element.
      Returns:
      string guid
    • setValidValueSetGUID

      public void setValidValueSetGUID(String validValueSetGUID)
      Set up the unique identifier of the value set that describes the enum values for this schema element.
      Parameters:
      validValueSetGUID - string guid
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class SimpleSchemaTypeProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class SimpleSchemaTypeProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class SimpleSchemaTypeProperties
      Returns:
      int hash code