Uses of Class
com.ibm.fhir.model.type.code.ReferenceHandlingPolicy.ValueSet
-
Packages that use ReferenceHandlingPolicy.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of ReferenceHandlingPolicy.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return ReferenceHandlingPolicy.ValueSet Modifier and Type Method Description static ReferenceHandlingPolicy.ValueSetReferenceHandlingPolicy.ValueSet. from(String value)Factory method for creating ReferenceHandlingPolicy.ValueSet values from a passed string value.ReferenceHandlingPolicy.ValueSetReferenceHandlingPolicy. getValueAsEnumConstant()static ReferenceHandlingPolicy.ValueSetReferenceHandlingPolicy.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceHandlingPolicy.ValueSet[]ReferenceHandlingPolicy.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type ReferenceHandlingPolicy.ValueSet Modifier and Type Method Description static ReferenceHandlingPolicyReferenceHandlingPolicy. of(ReferenceHandlingPolicy.ValueSet value)Factory method for creating ReferenceHandlingPolicy objects from a passed enum value.ReferenceHandlingPolicy.BuilderReferenceHandlingPolicy.Builder. value(ReferenceHandlingPolicy.ValueSet value)
-