Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.RestfulSecurityServiceEnum
-
Uses of RestfulSecurityServiceEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionConformance.RestSecurity.addService()
Add a value for service ()Conformance.RestSecurity.addService
(RestfulSecurityServiceEnum theValue) Add a value for service () using an enumerated type.Conformance.RestSecurity.getService()
Gets the value(s) for service ().Conformance.RestSecurity.getServiceFirstRep()
Gets the first repetition for service (), creating it if it does not already exist.Modifier and TypeMethodDescriptionConformance.RestSecurity.addService
(RestfulSecurityServiceEnum theValue) Add a value for service () using an enumerated type.Conformance.RestSecurity.setService
(RestfulSecurityServiceEnum theValue) Sets the value(s), and clears any existing value(s) for service ()Modifier and TypeMethodDescriptionConformance.RestSecurity.setService
(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue) Sets the value(s) for service () -
Uses of RestfulSecurityServiceEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<RestfulSecurityServiceEnum> RestfulSecurityServiceEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic RestfulSecurityServiceEnum
Returns the enumerated value associated with this codestatic RestfulSecurityServiceEnum
Returns the enum constant of this type with the specified name.static RestfulSecurityServiceEnum[]
RestfulSecurityServiceEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.