Class ReferenceValueAssignmentDefinitionElement
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentDefinitionElement
- All Implemented Interfaces:
Serializable
ReferenceValueAssignmentDefinitionElement describes a valid value that is being used as a tag/classifier
for a referenceable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the valid value bean (may be a definition or a set).int
hashCode()
Return hash code for this objectvoid
setValidValueElement
(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.ReferenceValueAssignmentProperties
getAttributeName, getConfidence, getNotes, getSteward, getStewardPropertyName, getStewardTypeName, setAttributeName, setConfidence, setNotes, setSteward, setStewardPropertyName, setStewardTypeName
Methods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
ReferenceValueAssignmentDefinitionElement
public ReferenceValueAssignmentDefinitionElement()Default constructor -
ReferenceValueAssignmentDefinitionElement
public ReferenceValueAssignmentDefinitionElement(ReferenceValueAssignmentDefinitionElement template) 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:
toString
in classReferenceValueAssignmentProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceValueAssignmentProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceValueAssignmentProperties
- Returns:
- int hash code
-