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