Uses of Class
de.xima.fc.mdl.Attribut.SortTyp
-
Packages that use Attribut.SortTyp Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of Attribut.SortTyp in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return Attribut.SortTyp Modifier and Type Method Description Attribut.SortTyp
Attribut. getSortierung()
static Attribut.SortTyp
Attribut.SortTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attribut.SortTyp[]
Attribut.SortTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl with parameters of type Attribut.SortTyp Modifier and Type Method Description void
Attribut. setSortierung(Attribut.SortTyp sortierung)
Constructors in de.xima.fc.mdl with parameters of type Attribut.SortTyp Constructor Description Attribut(String name, Attribut.DatenTyp datenTyp, de.xima.cmn.criteria.FilterCriterion.Operator operator, List<String> wertListe, Attribut.SortTyp sortierung)
Attribut(String name, Attribut.DatenTyp datenTyp, Attribut.SortTyp sortierung)
-