public interface MonitorPoolImport extends NamedDocumentable
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName()
Returns the value of the 'Local Name' 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. |
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.getMonitorPoolImport_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.getMonitorPoolImport_IncludeLocal()void setIncludeLocal(boolean value)
Include Local' attribute.
value - the new value of the 'Include Local' attribute.isIncludeLocal()