public interface ItemNameFilter extends Filter
The following features are supported:
GlobalizePackage.getItemNameFilter()
Modifier and Type | Method and Description |
---|---|
String |
getItemName()
Returns the value of the 'Item Name' attribute.
|
boolean |
isInclude()
Returns the value of the 'Include' attribute.
|
void |
setInclude(boolean value)
Sets the value of the '
Include ' attribute. |
void |
setItemName(String value)
Sets the value of the '
Item Name ' attribute. |
boolean isInclude()
"true"
.
If the meaning of the 'Include' attribute isn't clear, there really should be more of a description here...
setInclude(boolean)
,
GlobalizePackage.getItemNameFilter_Include()
void setInclude(boolean value)
Include
' attribute.
value
- the new value of the 'Include' attribute.isInclude()
String getItemName()
If the meaning of the 'Item Name' attribute isn't clear, there really should be more of a description here...
setItemName(String)
,
GlobalizePackage.getItemNameFilter_ItemName()
void setItemName(String value)
Item Name
' attribute.
value
- the new value of the 'Item Name' attribute.getItemName()