Uses of Enum
de.xima.fc.mdl.enums.EFcWebAppFeature
Packages that use EFcWebAppFeature
Package
Description
Commonly used enumeration that are mainly used in model classes.
- 
Uses of EFcWebAppFeature in de.xima.fc.interfaces.servlet
Methods in de.xima.fc.interfaces.servlet with parameters of type EFcWebAppFeatureModifier and TypeMethodDescriptiondefault booleanIWebAppDescriptor.hasFeature(@NotNull EFcWebAppFeature feature) Check whether the web app provides the given feature. - 
Uses of EFcWebAppFeature in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFcWebAppFeatureModifier and TypeMethodDescriptionstatic EFcWebAppFeatureReturns the enum constant of this type with the specified name.static EFcWebAppFeature[]EFcWebAppFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.