Enum Attribut.SortTyp
- All Implemented Interfaces:
Serializable, Comparable<Attribut.SortTyp>
- Enclosing class:
Attribut
- Author:
- XIMA MEDIA GmbH: Select-Attribut Pflichtfelder: name - Spaltenname (eingabewerte.alias) datenTyp - Auswahl aus enum DatenTyp Where-Attribut Pflichtfelder: name - Spaltenname (eingabewerte.alias) datenTyp - Auswahl aus enum DatenTyp operator - Auswahl aus enum Operator wertListe - Liste aus Filterkriterien. Beim Operator IN, NOT_IN werden mindestens ein Wert erwartet Beim Operator BETWEEN werden zwei Werte erwartet Bei den anderen Operatoren wird genau ein Wert erwartet. Beim Operator LIKE und NOT_LIKE müssen die Wildcards mitangegeben werden (z.b. '%test%', 'te_t') Order-Attribut Pflichtfelder: name - Spaltenname (eingabewerte.alias) datenTyp - Auswahl aus enum DatenTyp sortierung - Auswahl aus enum SortTyp
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic Attribut.SortTypReturns the enum constant of this type with the specified name.static Attribut.SortTyp[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ASC
-
DESC
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-