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