Uses of Class
ca.uhn.fhir.model.dstu2.valueset.DigitalMediaTypeEnum
-
Packages that use DigitalMediaTypeEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of DigitalMediaTypeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DigitalMediaTypeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<DigitalMediaTypeEnum>Media. getTypeElement()Gets the value(s) for type (class).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DigitalMediaTypeEnum Modifier and Type Method Description MediaMedia. setType(DigitalMediaTypeEnum theValue)Sets the value(s) for type (class)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DigitalMediaTypeEnum Modifier and Type Method Description MediaMedia. setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DigitalMediaTypeEnum> theValue)Sets the value(s) for type (class) -
Uses of DigitalMediaTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type DigitalMediaTypeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<DigitalMediaTypeEnum>DigitalMediaTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return DigitalMediaTypeEnum Modifier and Type Method Description static DigitalMediaTypeEnumDigitalMediaTypeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic DigitalMediaTypeEnumDigitalMediaTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DigitalMediaTypeEnum[]DigitalMediaTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-