Uses of Class
org.hl7.fhir.dstu2.model.Conformance.TypeRestfulInteraction
-
Packages that use Conformance.TypeRestfulInteraction Package Description org.hl7.fhir.dstu2.model -
-
Uses of Conformance.TypeRestfulInteraction in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.TypeRestfulInteraction Modifier and Type Field Description protected Enumeration<Conformance.TypeRestfulInteraction>Conformance.ResourceInteractionComponent. codeCoded identifier of the operation, supported by the system resource.Methods in org.hl7.fhir.dstu2.model that return Conformance.TypeRestfulInteraction Modifier and Type Method Description static Conformance.TypeRestfulInteractionConformance.TypeRestfulInteraction. fromCode(String codeString)Conformance.TypeRestfulInteractionConformance.TypeRestfulInteractionEnumFactory. fromCode(String codeString)Conformance.TypeRestfulInteractionConformance.ResourceInteractionComponent. getCode()static Conformance.TypeRestfulInteractionConformance.TypeRestfulInteraction. valueOf(String name)Returns the enum constant of this type with the specified name.static Conformance.TypeRestfulInteraction[]Conformance.TypeRestfulInteraction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.TypeRestfulInteraction Modifier and Type Method Description Enumeration<Conformance.TypeRestfulInteraction>Conformance.TypeRestfulInteractionEnumFactory. fromType(Base code)Enumeration<Conformance.TypeRestfulInteraction>Conformance.ResourceInteractionComponent. getCodeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.TypeRestfulInteraction Modifier and Type Method Description Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setCode(Conformance.TypeRestfulInteraction value)StringConformance.TypeRestfulInteractionEnumFactory. toCode(Conformance.TypeRestfulInteraction code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.TypeRestfulInteraction Modifier and Type Method Description Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setCodeElement(Enumeration<Conformance.TypeRestfulInteraction> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.TypeRestfulInteraction Constructor Description ResourceInteractionComponent(Enumeration<Conformance.TypeRestfulInteraction> code)
-