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