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