Uses of Class
de.xima.fc.mdl.enums.EServerConfigFeature
-
Packages that use EServerConfigFeature Package Description de.xima.fc.interfaces.server de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.endpoint.state -
-
Uses of EServerConfigFeature in de.xima.fc.interfaces.server
Methods in de.xima.fc.interfaces.server with parameters of type EServerConfigFeature Modifier and Type Method Description default boolean
IServerConfig. hasFeature(EServerConfigFeature feature)
Returns whether this server configuration has the given feature enabled. -
Uses of EServerConfigFeature in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EServerConfigFeature Modifier and Type Method Description static EServerConfigFeature
EServerConfigFeature. valueOf(String name)
Returns 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 EServerConfigFeature Modifier and Type Method Description static IAvailabiltyResolver
AvailabilityResolverFactory. serverConfigFeature(EServerConfigFeature feature)
-