Uses of Class
de.xima.fc.dao.project.ProjectsSorting.Field
-
Packages that use ProjectsSorting.Field Package Description de.xima.fc.dao.project -
-
Uses of ProjectsSorting.Field in de.xima.fc.dao.project
Methods in de.xima.fc.dao.project that return ProjectsSorting.Field Modifier and Type Method Description ProjectsSorting.Field
ProjectsSorting. getField()
static ProjectsSorting.Field
ProjectsSorting.Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectsSorting.Field[]
ProjectsSorting.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-