public interface Local
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GlobalizePackage.getLocal()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Authorative> |
getAuthoratives()
Returns the value of the 'Authoratives' containment reference list.
|
org.eclipse.emf.common.util.EList<Filter> |
getFilters()
Returns the value of the 'Filters' containment reference list.
|
Global |
getGlobal()
Returns the value of the 'Global' container reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
MasterServer |
getLocal()
Returns the value of the 'Local' reference.
|
Credentials |
getLogonCredentials()
Returns the value of the 'Logon Credentials' containment reference.
|
boolean |
isDefaultInclude()
Returns the value of the 'Default Include' attribute.
|
void |
setDefaultInclude(boolean value)
Sets the value of the '
Default Include ' attribute. |
void |
setGlobal(Global value)
Sets the value of the '
Global ' container reference. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setLocal(MasterServer value)
Sets the value of the '
Local ' reference. |
void |
setLogonCredentials(Credentials value)
Sets the value of the '
Logon Credentials ' containment reference. |
MasterServer getLocal()
If the meaning of the 'Local' reference isn't clear, there really should be more of a description here...
setLocal(MasterServer)
,
GlobalizePackage.getLocal_Local()
void setLocal(MasterServer value)
Local
' reference.
value
- the new value of the 'Local' reference.getLocal()
Credentials getLogonCredentials()
If the meaning of the 'Logon Credentials' containment reference isn't clear, there really should be more of a description here...
setLogonCredentials(Credentials)
,
GlobalizePackage.getLocal_LogonCredentials()
void setLogonCredentials(Credentials value)
Logon Credentials
' containment reference.
value
- the new value of the 'Logon Credentials' containment reference.getLogonCredentials()
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.getLocal_Filters()
boolean isDefaultInclude()
"false"
.
If the meaning of the 'Default Include' attribute isn't clear, there really should be more of a description here...
setDefaultInclude(boolean)
,
GlobalizePackage.getLocal_DefaultInclude()
void setDefaultInclude(boolean value)
Default Include
' attribute.
value
- the new value of the 'Default Include' attribute.isDefaultInclude()
Global getGlobal()
Locals
'.
If the meaning of the 'Global' container reference isn't clear, there really should be more of a description here...
setGlobal(Global)
,
GlobalizePackage.getLocal_Global()
,
Global.getLocals()
void setGlobal(Global value)
Global
' container reference.
value
- the new value of the 'Global' container reference.getGlobal()
org.eclipse.emf.common.util.EList<Authorative> getAuthoratives()
Authorative
.
If the meaning of the 'Authoratives' containment reference list isn't clear, there really should be more of a description here...
GlobalizePackage.getLocal_Authoratives()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
GlobalizePackage.getLocal_Id()