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