Uses of Enum Class
org.eclipse.epsilon.eunit.ModelBindings.ExclusiveMode
Packages that use ModelBindings.ExclusiveMode
-
Uses of ModelBindings.ExclusiveMode in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit that return ModelBindings.ExclusiveModeModifier and TypeMethodDescriptionModelBindings.getExclusiveMode()
Returns the model binding exclusivity mode of this binding.static ModelBindings.ExclusiveMode
Returns the enum constant of this class with the specified name.static ModelBindings.ExclusiveMode[]
ModelBindings.ExclusiveMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.epsilon.eunit with parameters of type ModelBindings.ExclusiveModeModifierConstructorDescriptionModelBindings
(Map<String, String> mapping, ModelBindings.ExclusiveMode mode) Creates a new instance.