Uses of Class
ca.uhn.fhir.model.dstu2.valueset.SlicingRulesEnum
-
Packages that use SlicingRulesEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
Uses of SlicingRulesEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type SlicingRulesEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<SlicingRulesEnum>ElementDefinitionDt.Slicing. getRulesElement()Gets the value(s) for rules ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type SlicingRulesEnum Modifier and Type Method Description ElementDefinitionDt.SlicingElementDefinitionDt.Slicing. setRules(SlicingRulesEnum theValue)Sets the value(s) for rules ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type SlicingRulesEnum Modifier and Type Method Description ElementDefinitionDt.SlicingElementDefinitionDt.Slicing. setRules(ca.uhn.fhir.model.primitive.BoundCodeDt<SlicingRulesEnum> theValue)Sets the value(s) for rules () -
Uses of SlicingRulesEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type SlicingRulesEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<SlicingRulesEnum>SlicingRulesEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SlicingRulesEnum Modifier and Type Method Description static SlicingRulesEnumSlicingRulesEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic SlicingRulesEnumSlicingRulesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SlicingRulesEnum[]SlicingRulesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-