Uses of Enum
de.xima.fc.mdl.Attribut.DatenTyp
Packages that use Attribut.DatenTyp
-
Uses of Attribut.DatenTyp in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return Attribut.DatenTypModifier and TypeMethodDescriptionAttribut.getDatenTyp()
static Attribut.DatenTyp
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.Constructors in de.xima.fc.mdl with parameters of type Attribut.DatenTypModifierConstructorDescriptionAttribut
(String name, Attribut.DatenTyp datenTyp) 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) Attribut
(String name, Attribut.DatenTyp datenTyp, Attribut.SortTyp sortierung)