Uses of Enum
de.xima.fc.mdl.enums.EServerConfigFeature
Packages that use EServerConfigFeature
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EServerConfigFeature in de.xima.fc.interfaces.server
Methods in de.xima.fc.interfaces.server with parameters of type EServerConfigFeatureModifier and TypeMethodDescriptiondefault booleanIServerConfig.hasFeature(EServerConfigFeature feature) Returns whether this server configuration has the given feature enabled. -
Uses of EServerConfigFeature in de.xima.fc.mdl.enums
Subclasses with type arguments of type EServerConfigFeature in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumThis is an enum that contains the variants of the functions for a frontend server and is used on the configuration interface of the frontend server.Methods in de.xima.fc.mdl.enums that return EServerConfigFeatureModifier and TypeMethodDescriptionstatic EServerConfigFeatureReturns the enum constant of this type with the specified name.static EServerConfigFeature[]EServerConfigFeature.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EServerConfigFeature in de.xima.fc.security.endpoint.state
Methods in de.xima.fc.security.endpoint.state with parameters of type EServerConfigFeatureModifier and TypeMethodDescriptionstatic IAvailabiltyResolverAvailabilityResolverFactory.serverConfigFeature(EServerConfigFeature feature)