Uses of Class
de.xima.fc.mdl.enums.EDatenabfrageTyp
-
Packages that use EDatenabfrageTyp Package Description de.xima.fc.gui.utils.data de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EDatenabfrageTyp in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type EDatenabfrageTyp Modifier and Type Method Description static String
QueryUtils. generateUrl(Mandant client, EDatenabfrageTyp type, String queryName, List<IParameterModel> params)
-
Uses of EDatenabfrageTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDatenabfrageTyp Modifier and Type Method Description static EDatenabfrageTyp
EDatenabfrageTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EDatenabfrageTyp[]
EDatenabfrageTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-