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