Class EnumSchemaTypeProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaElementProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SimpleSchemaTypeProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.EnumSchemaTypeProperties
- Direct Known Subclasses:
EnumSchemaTypeRequestBody
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the unique identifier of the valid value set that describes the enum values for this schema element.int
hashCode()
Return hash code for this objectvoid
setValidValueSetGUID
(String validValueSetGUID) Set up the unique identifier of the value set that describes the enum values for this schema element.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SimpleSchemaTypeProperties
getDataType, getDefaultValue, setDataType, setDefaultValue
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumber
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
EnumSchemaTypeProperties
public EnumSchemaTypeProperties()Default constructor -
EnumSchemaTypeProperties
Copy/clone Constructor- Parameters:
template
- template object to copy.
-
-
Method Details
-
getValidValueSetGUID
Return the unique identifier of the valid value set that describes the enum values for this schema element.- Returns:
- string guid
-
setValidValueSetGUID
Set up the unique identifier of the value set that describes the enum values for this schema element.- Parameters:
validValueSetGUID
- string guid
-
toString
Standard toString method.- Overrides:
toString
in classSimpleSchemaTypeProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classSimpleSchemaTypeProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classSimpleSchemaTypeProperties
- Returns:
- int hash code
-