Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SlicingRulesEnum
-
Uses of SlicingRulesEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<SlicingRulesEnum> ElementDefinitionDt.Slicing.getRulesElement()
Gets the value(s) for rules ().Modifier and TypeMethodDescriptionElementDefinitionDt.Slicing.setRules
(SlicingRulesEnum theValue) Sets the value(s) for rules ()Modifier and TypeMethodDescriptionElementDefinitionDt.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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SlicingRulesEnum> SlicingRulesEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic SlicingRulesEnum
Returns the enumerated value associated with this codestatic SlicingRulesEnum
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.