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