Uses of Class
de.xima.fc.entities.FrontendServer.EProxyType
-
Packages that use FrontendServer.EProxyType Package Description de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of FrontendServer.EProxyType in de.xima.fc.entities
Fields in de.xima.fc.entities declared as FrontendServer.EProxyType Modifier and Type Field Description @NotNull FrontendServer.EProxyType
FrontendServer. proxyType
Methods in de.xima.fc.entities that return FrontendServer.EProxyType Modifier and Type Method Description FrontendServer.EProxyType
FrontendServer. getProxyType()
static FrontendServer.EProxyType
FrontendServer.EProxyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FrontendServer.EProxyType[]
FrontendServer.EProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.entities with parameters of type FrontendServer.EProxyType Modifier and Type Method Description void
FrontendServer. setProxyType(FrontendServer.EProxyType proxyType)
-