Class ValidValueImplDefinitionElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
-
- org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplDefinitionElement
-
- All Implemented Interfaces:
Serializable
public class ValidValueImplDefinitionElement extends ValidValuesImplProperties
ValidValueImplDefinitionElement describes a Valid Value that defines one if the values in a reference data asset.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidValueImplDefinitionElement()Default constructorValidValueImplDefinitionElement(ValidValueImplDefinitionElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ValidValueElementgetValidValueElement()Return the valid value bean (may be a definition or a set).inthashCode()Return hash code for this objectvoidsetValidValueElement(ValidValueElement validValueElement)Set up the the valid value bean (may be a definition or a set).StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicName
-
-
-
-
Constructor Detail
-
ValidValueImplDefinitionElement
public ValidValueImplDefinitionElement()
Default constructor
-
ValidValueImplDefinitionElement
public ValidValueImplDefinitionElement(ValidValueImplDefinitionElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getValidValueElement
public ValidValueElement getValidValueElement()
Return the valid value bean (may be a definition or a set).- Returns:
- bean
-
setValidValueElement
public void setValidValueElement(ValidValueElement validValueElement)
Set up the the valid value bean (may be a definition or a set).- Parameters:
validValueElement- bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classValidValuesImplProperties- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
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
-
-