Uses of Class
com.ibm.fhir.model.type.code.LinkageType.ValueSet
-
Packages that use LinkageType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of LinkageType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return LinkageType.ValueSet Modifier and Type Method Description static LinkageType.ValueSetLinkageType.ValueSet. from(String value)Factory method for creating LinkageType.ValueSet values from a passed string value.LinkageType.ValueSetLinkageType. getValueAsEnumConstant()static LinkageType.ValueSetLinkageType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkageType.ValueSet[]LinkageType.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 LinkageType.ValueSet Modifier and Type Method Description static LinkageTypeLinkageType. of(LinkageType.ValueSet value)Factory method for creating LinkageType objects from a passed enum value.LinkageType.BuilderLinkageType.Builder. value(LinkageType.ValueSet value)
-