public interface Global
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GlobalizePackage.getGlobal()
Modifier and Type | Method and Description |
---|---|
Credentials |
getDefaultLogonCredentials()
Returns the value of the 'Default Logon Credentials' containment reference.
|
org.eclipse.emf.common.util.EList<EventPoolImport> |
getEventPoolImports()
Returns the value of the 'Event Pool Imports' containment reference list.
|
org.eclipse.emf.common.util.EList<Filter> |
getFilters()
Returns the value of the 'Filters' containment reference list.
|
MasterServer |
getGlobal()
Returns the value of the 'Global' reference.
|
PullEvents |
getLocalPull()
Returns the value of the 'Local Pull' containment reference.
|
org.eclipse.emf.common.util.EList<Local> |
getLocals()
Returns the value of the 'Locals' containment reference list.
|
org.eclipse.emf.common.util.EList<MonitorPoolImport> |
getMonitorPoolImports()
Returns the value of the 'Monitor Pool Imports' containment reference list.
|
void |
setDefaultLogonCredentials(Credentials value)
Sets the value of the '
Default Logon Credentials ' containment reference. |
void |
setGlobal(MasterServer value)
Sets the value of the '
Global ' reference. |
void |
setLocalPull(PullEvents value)
Sets the value of the '
Local Pull ' containment reference. |
MasterServer getGlobal()
If the meaning of the 'Global' reference isn't clear, there really should be more of a description here...
setGlobal(MasterServer)
,
GlobalizePackage.getGlobal_Global()
void setGlobal(MasterServer value)
Global
' reference.
value
- the new value of the 'Global' reference.getGlobal()
Credentials getDefaultLogonCredentials()
If the meaning of the 'Default Logon Credentials' containment reference isn't clear, there really should be more of a description here...
setDefaultLogonCredentials(Credentials)
,
GlobalizePackage.getGlobal_DefaultLogonCredentials()
void setDefaultLogonCredentials(Credentials value)
Default Logon Credentials
' containment reference.
value
- the new value of the 'Default Logon Credentials' containment reference.getDefaultLogonCredentials()
org.eclipse.emf.common.util.EList<Local> getLocals()
Local
.
It is bidirectional and its opposite is 'Global
'.
If the meaning of the 'Locals' containment reference list isn't clear, there really should be more of a description here...
GlobalizePackage.getGlobal_Locals()
,
Local.getGlobal()
org.eclipse.emf.common.util.EList<EventPoolImport> getEventPoolImports()
EventPoolImport
.
If the meaning of the 'Event Pool Imports' containment reference list isn't clear, there really should be more of a description here...
GlobalizePackage.getGlobal_EventPoolImports()
org.eclipse.emf.common.util.EList<MonitorPoolImport> getMonitorPoolImports()
MonitorPoolImport
.
If the meaning of the 'Monitor Pool Imports' containment reference list isn't clear, there really should be more of a description here...
GlobalizePackage.getGlobal_MonitorPoolImports()
PullEvents getLocalPull()
If the meaning of the 'Local Pull' containment reference isn't clear, there really should be more of a description here...
setLocalPull(PullEvents)
,
GlobalizePackage.getGlobal_LocalPull()
void setLocalPull(PullEvents value)
Local Pull
' containment reference.
value
- the new value of the 'Local Pull' containment reference.getLocalPull()
org.eclipse.emf.common.util.EList<Filter> getFilters()
Filter
.
If the meaning of the 'Filters' containment reference list isn't clear, there really should be more of a description here...
GlobalizePackage.getGlobal_Filters()