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
ReferenceValueAssignmentDefinitionElement describes a valid value that is being used as a tag/classifier
for a referenceable.
-
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.ReferenceValueAssignmentProperties
getAttributeName, getConfidence, getNotes, getSteward, getStewardPropertyName, getStewardTypeName, setAttributeName, setConfidence, setNotes, setSteward, setStewardPropertyName, setStewardTypeNameMethods 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:
toStringin classReferenceValueAssignmentProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classReferenceValueAssignmentProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classReferenceValueAssignmentProperties- Returns:
- int hash code
-