Uses of Class
org.hl7.fhir.utilities.StandardsStatus
-
Packages that use StandardsStatus Package Description org.hl7.fhir.utilities -
-
Uses of StandardsStatus in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that return StandardsStatus Modifier and Type Method Description static StandardsStatusStandardsStatus. fromCode(String value)static StandardsStatusStandardsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardsStatus[]StandardsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities with parameters of type StandardsStatus Modifier and Type Method Description booleanStandardsStatus. canDependOn(StandardsStatus tgtSS)booleanStandardsStatus. isLowerThan(StandardsStatus status)
-