
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SlicingRulesEnum
Packages that use SlicingRulesEnum
-
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 SlicingRulesEnumModifier and TypeMethodDescriptionca.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 SlicingRulesEnumModifier and TypeMethodDescriptionElementDefinitionDt.Slicing.setRules
(SlicingRulesEnum theValue) Sets the value(s) for rules ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type SlicingRulesEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type SlicingRulesEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SlicingRulesEnum> SlicingRulesEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SlicingRulesEnumModifier 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.