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