Uses of Class
de.xima.fc.mdl.enums.ELoginContext
-
Packages that use ELoginContext Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.session -
-
Uses of ELoginContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELoginContext Modifier and Type Method Description static ELoginContext
ELoginContext. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ELoginContext[]
ELoginContext. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELoginContext in de.xima.fc.session
Methods in de.xima.fc.session that return ELoginContext Modifier and Type Method Description ELoginContext
XfcSession. getContext()
Deprecated.Methods in de.xima.fc.session with parameters of type ELoginContext Modifier and Type Method Description void
XfcSession. setContext(ELoginContext context)
Deprecated.
-