Package | Description |
---|---|
de.xima.fc.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
Modifier and Type | Method and Description |
---|---|
Attribut.DatenTyp |
Attribut.getDatenTyp() |
static Attribut.DatenTyp |
Attribut.DatenTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribut.DatenTyp[] |
Attribut.DatenTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Attribut(String name,
Attribut.DatenTyp datenTyp) |
Attribut(String name,
Attribut.DatenTyp datenTyp,
Attribut.SortTyp sortierung) |
Attribut(String name,
Attribut.DatenTyp datenTyp,
de.xima.cmn.criteria.FilterCriterion.Operator operator,
List<String> wertListe) |
Attribut(String name,
Attribut.DatenTyp datenTyp,
de.xima.cmn.criteria.FilterCriterion.Operator operator,
List<String> wertListe,
Attribut.SortTyp sortierung) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.