Class ValidValueImplDefinitionElement
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplDefinitionElement
ValidValueImplDefinitionElement describes a Valid Value that defines one if the
values in a reference data asset.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the valid value bean (may be a definition or a set).inthashCode()Return hash code for this objectvoidsetValidValueElement(ValidValueElement validValueElement) Set up the valid value bean (maybe a definition or a set).toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicNameMethods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
ValidValueImplDefinitionElement
public ValidValueImplDefinitionElement()Default constructor -
ValidValueImplDefinitionElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getValidValueElement
Return the valid value bean (may be a definition or a set).- Returns:
- bean
-
setValidValueElement
Set up the valid value bean (maybe a definition or a set).- Parameters:
validValueElement- bean
-
toString
JSON-style toString- Overrides:
toStringin classValidValuesImplProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classValidValuesImplProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classValidValuesImplProperties- Returns:
- int hash code
-