
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.RestfulSecurityServiceEnum
Packages that use RestfulSecurityServiceEnum
-
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 RestfulSecurityServiceEnumModifier 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.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RestfulSecurityServiceEnumModifier 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 ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type RestfulSecurityServiceEnumModifier and TypeMethodDescriptionConformance.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 RestfulSecurityServiceEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<RestfulSecurityServiceEnum> RestfulSecurityServiceEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return RestfulSecurityServiceEnumModifier 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.