Class ReferenceValueAssignmentDefinitionElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ReferenceValueAssignmentDefinitionElement
ReferenceValueAssignmentDefinitionElement describes a valid value that is being used as a tag/classifier
for a referenceable.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the properties.Return the properties of the relationship.Return the member element.int
hashCode()
Return hash code for this objectvoid
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the element header associated with the properties.void
setRelationshipProperties
(ReferenceValueAssignmentProperties relationshipProperties) Set up the properties of the relationship.void
setValidValueElement
(ValidValueElement validValueElement) Set up the member element.toString()
JSON-style toString
-
Constructor Details
-
ReferenceValueAssignmentDefinitionElement
public ReferenceValueAssignmentDefinitionElement()Default constructor -
ReferenceValueAssignmentDefinitionElement
public ReferenceValueAssignmentDefinitionElement(ReferenceValueAssignmentDefinitionElement template) Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRelationshipHeader
Return the element header associated with the properties.- Returns:
- element header object
-
setRelationshipHeader
Set up the element header associated with the properties.- Parameters:
relationshipHeader
- element header object
-
getRelationshipProperties
Return the properties of the relationship.- Returns:
- properties
-
setRelationshipProperties
Set up the properties of the relationship.- Parameters:
relationshipProperties
- properties
-
getValidValueElement
Return the member element.- Returns:
- element
-
setValidValueElement
Set up the member element.- Parameters:
validValueElement
- element
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-