public class ValidValueMappingElement extends ValidValuesMappingProperties implements Serializable
| Constructor and Description |
|---|
ValidValueMappingElement()
Default constructor
|
ValidValueMappingElement(ValidValueMappingElement template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ValidValueElement |
getValidValueElement()
Return the valid value element that are mapped to the requested valid value.
|
int |
hashCode()
Return hash code for this object
|
void |
setValidValueElement(ValidValueElement validValueElement)
Set up the valid value elements that are mapped together.
|
String |
toString()
JSON-style toString
|
getAssociationDescription, getConfidence, getNotes, getSteward, setAssociationDescription, setConfidence, setNotes, setStewardpublic ValidValueMappingElement()
public ValidValueMappingElement(ValidValueMappingElement template)
template - object to copypublic ValidValueElement getValidValueElement()
public void setValidValueElement(ValidValueElement validValueElement)
validValueElement - valid value objectpublic String toString()
toString in class ValidValuesMappingPropertiespublic boolean equals(Object objectToCompare)
equals in class ValidValuesMappingPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ValidValuesMappingPropertiesCopyright © 2018–2020 ODPi. All rights reserved.