Class ValidValueImplementationDefinition
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Returns the valid value definition for an entry in the asst's implementation.inthashCode()Return hash code for this objectvoidsetValidValue(ValidValue validValue) Set up the valid value definition for an entry in the asst's implementation.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicNameMethods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
Constructor Details
-
ValidValueImplementationDefinition
public ValidValueImplementationDefinition()Default constructor -
ValidValueImplementationDefinition
Copy clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getValidValue
Returns the valid value definition for an entry in the asst's implementation.- Returns:
- properties of the valid value
-
setValidValue
Set up the valid value definition for an entry in the asst's implementation.- Parameters:
validValue- properties of the valid value
-
toString
JSON-style toString- Overrides:
toStringin classValidValueImplementation- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classValidValueImplementation- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classValidValueImplementation- Returns:
- int hash code
-