Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.ResourceVersionPolicy
-
Uses of Conformance.ResourceVersionPolicy in org.hl7.fhir.dstu2.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.getVersioningElement()
Modifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.setVersioning
(Conformance.ResourceVersionPolicy value) Conformance.ResourceVersionPolicyEnumFactory.toCode
(Conformance.ResourceVersionPolicy code) Modifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.setVersioningElement
(Enumeration<Conformance.ResourceVersionPolicy> value)