Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ObjectLifecycle
-
Packages that use ObjectLifecycle Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ObjectLifecycle in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ObjectLifecycle Modifier and Type Method Description static ObjectLifecycleObjectLifecycle. fromCode(String codeString)ObjectLifecycleObjectLifecycleEnumFactory. fromCode(String codeString)static ObjectLifecycleObjectLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectLifecycle[]ObjectLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type ObjectLifecycle Modifier and Type Method Description StringObjectLifecycleEnumFactory. toCode(ObjectLifecycle code)StringObjectLifecycleEnumFactory. toSystem(ObjectLifecycle code)
-