Uses of Enum
org.hl7.fhir.r5.comparison.CanonicalResourceComparer.ChangeAnalysisState
-
Uses of CanonicalResourceComparer.ChangeAnalysisState in org.hl7.fhir.r5.comparison
Modifier and TypeMethodDescriptionCanonicalResourceComparer.CanonicalResourceComparison.getChangedContent()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedContentInterpretation()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedDefinitions()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedMetadata()
Returns the enum constant of this type with the specified name.CanonicalResourceComparer.ChangeAnalysisState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CanonicalResourceComparer.CanonicalResourceComparison.updateContentInterpretationState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updateContentState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updateDefinitionsState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updatedMetadataState
(CanonicalResourceComparer.ChangeAnalysisState state)