Uses of Class
com.ibm.fhir.model.type.code.ReferenceVersionRules
-
Packages that use ReferenceVersionRules Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of ReferenceVersionRules in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ReferenceVersionRules Modifier and Type Method Description ReferenceVersionRulesElementDefinition.Type. getVersioning()Whether this reference needs to be version specific or version independent, or whether either can be used.Methods in com.ibm.fhir.model.type with parameters of type ReferenceVersionRules Modifier and Type Method Description ElementDefinition.Type.BuilderElementDefinition.Type.Builder. versioning(ReferenceVersionRules versioning)Whether this reference needs to be version specific or version independent, or whether either can be used. -
Uses of ReferenceVersionRules in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ReferenceVersionRules Modifier and Type Field Description static ReferenceVersionRulesReferenceVersionRules. EITHEREither Specific or independentstatic ReferenceVersionRulesReferenceVersionRules. INDEPENDENTVersion independentstatic ReferenceVersionRulesReferenceVersionRules. SPECIFICVersion SpecificMethods in com.ibm.fhir.model.type.code that return ReferenceVersionRules Modifier and Type Method Description ReferenceVersionRulesReferenceVersionRules.Builder. build()static ReferenceVersionRulesReferenceVersionRules. of(ReferenceVersionRules.ValueSet value)Factory method for creating ReferenceVersionRules objects from a passed enum value.static ReferenceVersionRulesReferenceVersionRules. of(String value)Factory method for creating ReferenceVersionRules objects from a passed string value.
-