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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeaderReturn the element header associated with the properties.org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentPropertiesReturn the properties of the relationship.Return the member element.inthashCode()Return hash code for this objectvoidsetRelationshipHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader relationshipHeader) Set up the element header associated with the properties.voidsetRelationshipProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties relationshipProperties) Set up the properties of the relationship.voidsetValidValueElement(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
public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader getRelationshipHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setRelationshipHeader
public void setRelationshipHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader relationshipHeader) Set up the element header associated with the properties.- Parameters:
relationshipHeader- element header object
-
getRelationshipProperties
public org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties getRelationshipProperties()Return the properties of the relationship.- Returns:
- properties
-
setRelationshipProperties
public void setRelationshipProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties relationshipProperties) 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
-