public interface EventPoolImport extends NamedDocumentable
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName()
Returns the value of the 'Local Name' attribute.
|
int |
getPoolSize()
Returns the value of the 'Pool Size' attribute.
|
boolean |
isIncludeLocal()
Returns the value of the 'Include Local' attribute.
|
void |
setIncludeLocal(boolean value)
Sets the value of the '
Include Local' attribute. |
void |
setLocalName(String value)
Sets the value of the '
Local Name' attribute. |
void |
setPoolSize(int value)
Sets the value of the '
Pool Size' attribute. |
getName, setNamegetShortDescription, setShortDescriptionString getLocalName()
If the meaning of the 'Local Name' attribute isn't clear, there really should be more of a description here...
setLocalName(String),
GlobalizePackage.getEventPoolImport_LocalName()void setLocalName(String value)
Local Name' attribute.
value - the new value of the 'Local Name' attribute.getLocalName()boolean isIncludeLocal()
If the meaning of the 'Include Local' attribute isn't clear, there really should be more of a description here...
setIncludeLocal(boolean),
GlobalizePackage.getEventPoolImport_IncludeLocal()void setIncludeLocal(boolean value)
Include Local' attribute.
value - the new value of the 'Include Local' attribute.isIncludeLocal()int getPoolSize()
If the meaning of the 'Pool Size' attribute isn't clear, there really should be more of a description here...
setPoolSize(int),
GlobalizePackage.getEventPoolImport_PoolSize()void setPoolSize(int value)
Pool Size' attribute.
value - the new value of the 'Pool Size' attribute.getPoolSize()