Uses of Class
ca.uhn.fhir.model.dstu2.valueset.RestfulSecurityServiceEnum
-
Packages that use RestfulSecurityServiceEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of RestfulSecurityServiceEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type RestfulSecurityServiceEnum Modifier and Type Method Description BoundCodeableConceptDt<RestfulSecurityServiceEnum>Conformance.RestSecurity. addService()Add a value for service ()BoundCodeableConceptDt<RestfulSecurityServiceEnum>Conformance.RestSecurity. addService(RestfulSecurityServiceEnum theValue)Add a value for service () using an enumerated type.List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>>Conformance.RestSecurity. getService()Gets the value(s) for service ().BoundCodeableConceptDt<RestfulSecurityServiceEnum>Conformance.RestSecurity. getServiceFirstRep()Gets the first repetition for service (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RestfulSecurityServiceEnum Modifier and Type Method Description BoundCodeableConceptDt<RestfulSecurityServiceEnum>Conformance.RestSecurity. addService(RestfulSecurityServiceEnum theValue)Add a value for service () using an enumerated type.Conformance.RestSecurityConformance.RestSecurity. setService(RestfulSecurityServiceEnum theValue)Sets the value(s), and clears any existing value(s) for service ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type RestfulSecurityServiceEnum Modifier and Type Method Description Conformance.RestSecurityConformance.RestSecurity. setService(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue)Sets the value(s) for service () -
Uses of RestfulSecurityServiceEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type RestfulSecurityServiceEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<RestfulSecurityServiceEnum>RestfulSecurityServiceEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return RestfulSecurityServiceEnum Modifier and Type Method Description static RestfulSecurityServiceEnumRestfulSecurityServiceEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic RestfulSecurityServiceEnumRestfulSecurityServiceEnum. valueOf(String name)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.
-