Package | Description |
---|---|
org.eclipse.epsilon.eunit |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ModelBindings(java.util.Map<java.lang.String,java.lang.String> mapping,
ModelBindings.ExclusiveMode mode)
Creates a new instance.
|