Class EnumSchemaTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
org.odpi.openmetadata.accessservices.datamanager.properties.EnumSchemaTypeProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnumSchemaTypeRequestBody
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Return hash code for this objectvoidsetValidValueSetGUID(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.accessservices.datamanager.properties.SimpleSchemaTypeProperties
getDataType, getDefaultValue, setDataType, setDefaultValueMethods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumberMethods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
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:
toStringin 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:
equalsin classSimpleSchemaTypeProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classSimpleSchemaTypeProperties- Returns:
- int hash code
-