Uses of Class
org.eclipse.emfcloud.jackson.module.EMFModule.Feature
-
Packages that use EMFModule.Feature Package Description org.eclipse.emfcloud.jackson.module -
-
Uses of EMFModule.Feature in org.eclipse.emfcloud.jackson.module
Methods in org.eclipse.emfcloud.jackson.module that return EMFModule.Feature Modifier and Type Method Description static EMFModule.FeatureEMFModule.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static EMFModule.Feature[]EMFModule.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.emfcloud.jackson.module with parameters of type EMFModule.Feature Modifier and Type Method Description EMFModuleEMFModule. configure(EMFModule.Feature feature, boolean state)Configures the module with one of possible Feature.booleanEMFModule. isEnabled(EMFModule.Feature f)Returns true if the current feature is used by the module.
-