Class EnumSchemaTypeProperties

    • Constructor Detail

      • EnumSchemaTypeProperties

        public EnumSchemaTypeProperties()
        Default constructor
      • EnumSchemaTypeProperties

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

      • 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
      • 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