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