Uses of Class
net.anotheria.asg.generator.view.meta.SortingType
-
Packages that use SortingType Package Description net.anotheria.asg.generator.view.meta -
-
Uses of SortingType in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return SortingType Modifier and Type Method Description SortingTypeMetaViewElement. getSortingType()Getter for the fieldsortingType.static SortingTypeSortingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortingType[]SortingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.asg.generator.view.meta with parameters of type SortingType Modifier and Type Method Description voidMetaViewElement. setSortingType(SortingType sortingType)Setter for the fieldsortingType.
-