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.EProxyTypeFrontendServer. proxyTypeMethods in de.xima.fc.entities that return FrontendServer.EProxyType Modifier and Type Method Description FrontendServer.EProxyTypeFrontendServer. getProxyType()static FrontendServer.EProxyTypeFrontendServer.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 voidFrontendServer. setProxyType(FrontendServer.EProxyType proxyType) 
 -