
Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.ResourceVersionPolicy
Packages that use Conformance.ResourceVersionPolicy
-
Uses of Conformance.ResourceVersionPolicy in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.ResourceVersionPolicyModifier and TypeFieldDescriptionprotected Enumeration
<Conformance.ResourceVersionPolicy> Conformance.ConformanceRestResourceComponent.versioning
This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type.Methods in org.hl7.fhir.dstu2.model that return Conformance.ResourceVersionPolicyModifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.getVersioning()
Returns the enum constant of this type with the specified name.static Conformance.ResourceVersionPolicy[]
Conformance.ResourceVersionPolicy.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.ResourceVersionPolicyModifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.getVersioningElement()
Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.ResourceVersionPolicyModifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.setVersioning
(Conformance.ResourceVersionPolicy value) Conformance.ResourceVersionPolicyEnumFactory.toCode
(Conformance.ResourceVersionPolicy code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.ResourceVersionPolicyModifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.setVersioningElement
(Enumeration<Conformance.ResourceVersionPolicy> value)