Package org.hl7.fhir.r5.comparison
Class StructuralMatch<T>
java.lang.Object
org.hl7.fhir.r5.comparison.StructuralMatch<T>
-
Constructor Summary
ConstructorDescriptionStructuralMatch
(org.hl7.fhir.utilities.validation.ValidationMessage msg, T right) StructuralMatch
(T left, org.hl7.fhir.utilities.validation.ValidationMessage msg) StructuralMatch
(T left, T right) StructuralMatch
(T left, T right, org.hl7.fhir.utilities.validation.ValidationMessage msg) -
Method Summary
Modifier and TypeMethodDescriptionvoid
either()
return left if it exists, or return right (which might be null) This is used when accessing whatever makes the items commongetLeft()
List
<org.hl7.fhir.utilities.validation.ValidationMessage> getName()
getRight()
boolean
boolean
hasLeft()
boolean
hasRight()
boolean
-
Constructor Details
-
StructuralMatch
public StructuralMatch() -
StructuralMatch
-
StructuralMatch
-
StructuralMatch
-
StructuralMatch
-
-
Method Details
-
getLeft
-
getRight
-
getChildren
-
either
return left if it exists, or return right (which might be null) This is used when accessing whatever makes the items common- Returns:
-
hasLeft
-
hasRight
-
getMessages
-
hasErrors
-
countMessages
-
getName
-
setName
-
isDifferent
-