public interface Rule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SecurityPackage.getRule()
Modifier and Type | Method and Description |
---|---|
Pattern |
getActionFilter()
Returns the value of the 'Action Filter' attribute.
|
Script |
getFilterScript()
Returns the value of the 'Filter Script' reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
Pattern |
getIdFilter()
Returns the value of the 'Id Filter' attribute.
|
String |
getRuleType()
This method must return the type of the rule that the dereived implementation provides.
|
Pattern |
getTypeFilter()
Returns the value of the 'Type Filter' attribute.
|
void |
setActionFilter(Pattern value)
Sets the value of the '
Action Filter ' attribute. |
void |
setFilterScript(Script value)
Sets the value of the '
Filter Script ' reference. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setIdFilter(Pattern value)
Sets the value of the '
Id Filter ' attribute. |
void |
setTypeFilter(Pattern value)
Sets the value of the '
Type Filter ' attribute. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
SecurityPackage.getRule_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
Pattern getIdFilter()
If the meaning of the 'Id Filter' attribute isn't clear, there really should be more of a description here...
setIdFilter(Pattern)
,
SecurityPackage.getRule_IdFilter()
void setIdFilter(Pattern value)
Id Filter
' attribute.
value
- the new value of the 'Id Filter' attribute.getIdFilter()
Pattern getActionFilter()
If the meaning of the 'Action Filter' attribute isn't clear, there really should be more of a description here...
setActionFilter(Pattern)
,
SecurityPackage.getRule_ActionFilter()
void setActionFilter(Pattern value)
Action Filter
' attribute.
value
- the new value of the 'Action Filter' attribute.getActionFilter()
Pattern getTypeFilter()
If the meaning of the 'Type Filter' attribute isn't clear, there really should be more of a description here...
setTypeFilter(Pattern)
,
SecurityPackage.getRule_TypeFilter()
void setTypeFilter(Pattern value)
Type Filter
' attribute.
value
- the new value of the 'Type Filter' attribute.getTypeFilter()
Script getFilterScript()
If the meaning of the 'Filter Script' reference isn't clear, there really should be more of a description here...
setFilterScript(Script)
,
SecurityPackage.getRule_FilterScript()
void setFilterScript(Script value)
Filter Script
' reference.
value
- the new value of the 'Filter Script' reference.getFilterScript()
String getRuleType()