Uses of Class
org.eclipse.epsilon.eunit.ModelBindings.ExclusiveMode
-
Packages that use ModelBindings.ExclusiveMode Package Description org.eclipse.epsilon.eunit -
-
Uses of ModelBindings.ExclusiveMode in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit that return ModelBindings.ExclusiveMode Modifier and Type Method Description ModelBindings.ExclusiveMode
ModelBindings. getExclusiveMode()
Returns the model binding exclusivity mode of this binding.static ModelBindings.ExclusiveMode
ModelBindings.ExclusiveMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModelBindings.ExclusiveMode[]
ModelBindings.ExclusiveMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.epsilon.eunit with parameters of type ModelBindings.ExclusiveMode Constructor Description ModelBindings(java.util.Map<java.lang.String,java.lang.String> mapping, ModelBindings.ExclusiveMode mode)
Creates a new instance.
-