Class ValidValueMember
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ValidValueMember
ValidValueMember describes a member of a valid value set.
-
Constructor Summary
ConstructorDescriptionDefault constructorValidValueMember
(ValidValueMember template) Copy/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
(ValidValueMembershipProperties relationshipProperties) Set up the properties of the relationship.void
setValidValueElement
(ValidValueElement validValueElement) Set up the member element.toString()
JSON-style toString
-
Constructor Details
-
ValidValueMember
public ValidValueMember()Default constructor -
ValidValueMember
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
-