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