public interface HandlerPriorityRule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getConfigurationFilter()
Returns the value of the 'Configuration Filter' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getFactoryId()
Returns the value of the 'Factory Id' attribute.
|
int |
getOrder()
Returns the value of the 'Order' attribute.
|
int |
getPriority()
Returns the value of the 'Priority' attribute.
|
void |
setConfigurationFilter(Pattern value)
Sets the value of the '
Configuration Filter' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setFactoryId(String value)
Sets the value of the '
Factory Id' attribute. |
void |
setOrder(int value)
Sets the value of the '
Order' attribute. |
void |
setPriority(int value)
Sets the value of the '
Priority' attribute. |
int getOrder()
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
setOrder(int),
WorldPackage.getHandlerPriorityRule_Order()void setOrder(int value)
Order' attribute.
value - the new value of the 'Order' attribute.getOrder()String getFactoryId()
If the meaning of the 'Factory Id' attribute isn't clear, there really should be more of a description here...
setFactoryId(String),
WorldPackage.getHandlerPriorityRule_FactoryId()void setFactoryId(String value)
Factory Id' attribute.
value - the new value of the 'Factory Id' attribute.getFactoryId()Pattern getConfigurationFilter()
If the meaning of the 'Configuration Filter' attribute isn't clear, there really should be more of a description here...
setConfigurationFilter(Pattern),
WorldPackage.getHandlerPriorityRule_ConfigurationFilter()void setConfigurationFilter(Pattern value)
Configuration Filter' attribute.
value - the new value of the 'Configuration Filter' attribute.getConfigurationFilter()int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(int),
WorldPackage.getHandlerPriorityRule_Priority()void setPriority(int value)
Priority' attribute.
value - the new value of the 'Priority' attribute.getPriority()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
WorldPackage.getHandlerPriorityRule_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()