public interface RestInterceptor extends ItemInterceptor
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
RestExporterModule |
getDefinition()
Returns the value of the 'Definition' reference.
|
Selector |
getSelector()
Returns the value of the 'Selector' containment reference.
|
void |
setDefinition(RestExporterModule value)
Sets the value of the '
Definition' reference. |
void |
setSelector(Selector value)
Sets the value of the '
Selector' containment reference. |
getMasterOnSelector getSelector()
If the meaning of the 'Selector' reference isn't clear, there really should be more of a description here...
setSelector(Selector),
ComponentPackage.getRestInterceptor_Selector()void setSelector(Selector value)
Selector' containment reference.
value - the new value of the 'Selector' containment reference.getSelector()RestExporterModule getDefinition()
If the meaning of the 'Definition' reference isn't clear, there really should be more of a description here...
setDefinition(RestExporterModule),
ComponentPackage.getRestInterceptor_Definition()void setDefinition(RestExporterModule value)
Definition' reference.
value - the new value of the 'Definition' reference.getDefinition()