public interface Globalization
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GlobalizePackage.getGlobalization()
Modifier and Type | Method and Description |
---|---|
Credentials |
getDefaultLogonCredentials()
Returns the value of the 'Default Logon Credentials' containment reference.
|
org.eclipse.emf.common.util.EList<Global> |
getGlobals()
Returns the value of the 'Globals' containment reference list.
|
World |
getWorld()
Returns the value of the 'World' reference.
|
void |
setDefaultLogonCredentials(Credentials value)
Sets the value of the '
Default Logon Credentials ' containment reference. |
void |
setWorld(World value)
Sets the value of the '
World ' reference. |
World getWorld()
If the meaning of the 'World' reference isn't clear, there really should be more of a description here...
setWorld(World)
,
GlobalizePackage.getGlobalization_World()
void setWorld(World value)
World
' reference.
value
- the new value of the 'World' reference.getWorld()
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.getGlobalization_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<Global> getGlobals()
Global
.
If the meaning of the 'Globals' reference isn't clear, there really should be more of a description here...
GlobalizePackage.getGlobalization_Globals()