Uses of Enum
de.xima.fc.mdl.Attribut.SortTyp
Packages that use Attribut.SortTyp
-
Uses of Attribut.SortTyp in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return Attribut.SortTypModifier and TypeMethodDescriptionAttribut.getSortierung()
static Attribut.SortTyp
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.SortTypConstructors in de.xima.fc.mdl with parameters of type Attribut.SortTypModifierConstructorDescriptionAttribut
(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)