public interface World
extends org.eclipse.emf.ecore.EObject
The following features are supported:
InfrastructurePackage.getWorld()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<IndependentConfiguration> |
getApplicationConfigurations()
Returns the value of the 'Application Configurations' containment reference list.
|
Configurations |
getConfigurations()
Returns the value of the 'Configurations' containment reference.
|
Credentials |
getDefaultCredentials()
Returns the value of the 'Default Credentials' containment reference.
|
Credentials |
getDefaultDriverAccessCredentials()
Returns the value of the 'Default Driver Access Credentials' containment reference.
|
PasswordCredentials |
getDefaultDriverPassword()
Returns the value of the 'Default Driver Password' containment reference.
|
Profile |
getDefaultMasterCustomizationProfile()
Returns the value of the 'Default Master Customization Profile' reference.
|
MasterHandlerPriorities |
getDefaultMasterHandlerPriorities()
Returns the value of the 'Default Master Handler Priorities' reference.
|
Configuration |
getDefaultSecurityConfiguration()
Returns the value of the 'Default Security Configuration' reference.
|
Profile |
getDefaultValueArchiveCustomizationProfile()
Returns the value of the 'Default Value Archive Customization Profile' reference.
|
org.eclipse.emf.common.util.EList<Node> |
getNodes()
Returns the value of the 'Nodes' containment reference list.
|
Options |
getOptions()
Returns the value of the 'Options' containment reference.
|
void |
setConfigurations(Configurations value)
Sets the value of the '
Configurations ' containment reference. |
void |
setDefaultCredentials(Credentials value)
Sets the value of the '
Default Credentials ' containment reference. |
void |
setDefaultDriverAccessCredentials(Credentials value)
Sets the value of the '
Default Driver Access Credentials ' containment reference. |
void |
setDefaultDriverPassword(PasswordCredentials value)
Sets the value of the '
Default Driver Password ' containment reference. |
void |
setDefaultMasterCustomizationProfile(Profile value)
Sets the value of the '
Default Master Customization Profile ' reference. |
void |
setDefaultMasterHandlerPriorities(MasterHandlerPriorities value)
Sets the value of the '
Default Master Handler Priorities ' reference. |
void |
setDefaultSecurityConfiguration(Configuration value)
Sets the value of the '
Default Security Configuration ' reference. |
void |
setDefaultValueArchiveCustomizationProfile(Profile value)
Sets the value of the '
Default Value Archive Customization Profile ' reference. |
void |
setOptions(Options value)
Sets the value of the '
Options ' containment reference. |
org.eclipse.emf.common.util.EList<Node> getNodes()
Node
.
If the meaning of the 'Nodes' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getWorld_Nodes()
Options getOptions()
If the meaning of the 'Options' containment reference isn't clear, there really should be more of a description here...
setOptions(Options)
,
InfrastructurePackage.getWorld_Options()
void setOptions(Options value)
Options
' containment reference.
value
- the new value of the 'Options' containment reference.getOptions()
Configuration getDefaultSecurityConfiguration()
If the meaning of the 'Default Security Configuration' reference isn't clear, there really should be more of a description here...
setDefaultSecurityConfiguration(Configuration)
,
InfrastructurePackage.getWorld_DefaultSecurityConfiguration()
void setDefaultSecurityConfiguration(Configuration value)
Default Security Configuration
' reference.
value
- the new value of the 'Default Security Configuration' reference.getDefaultSecurityConfiguration()
MasterHandlerPriorities getDefaultMasterHandlerPriorities()
If the meaning of the 'Default Master Handler Priorities' reference isn't clear, there really should be more of a description here...
setDefaultMasterHandlerPriorities(MasterHandlerPriorities)
,
InfrastructurePackage.getWorld_DefaultMasterHandlerPriorities()
void setDefaultMasterHandlerPriorities(MasterHandlerPriorities value)
Default Master Handler Priorities
' reference.
value
- the new value of the 'Default Master Handler Priorities' reference.getDefaultMasterHandlerPriorities()
Credentials getDefaultCredentials()
If the meaning of the 'Default Credentials' containment reference isn't clear, there really should be more of a description here...
setDefaultCredentials(Credentials)
,
InfrastructurePackage.getWorld_DefaultCredentials()
void setDefaultCredentials(Credentials value)
Default Credentials
' containment reference.
value
- the new value of the 'Default Credentials' containment reference.getDefaultCredentials()
Profile getDefaultMasterCustomizationProfile()
If the meaning of the 'Default Master Customization Profile' reference isn't clear, there really should be more of a description here...
setDefaultMasterCustomizationProfile(Profile)
,
InfrastructurePackage.getWorld_DefaultMasterCustomizationProfile()
void setDefaultMasterCustomizationProfile(Profile value)
Default Master Customization Profile
' reference.
value
- the new value of the 'Default Master Customization Profile' reference.getDefaultMasterCustomizationProfile()
Profile getDefaultValueArchiveCustomizationProfile()
If the meaning of the ' Default Value Archive Customization Profile' reference isn't clear, there really should be more of a description here...
setDefaultValueArchiveCustomizationProfile(Profile)
,
InfrastructurePackage.getWorld_DefaultValueArchiveCustomizationProfile()
void setDefaultValueArchiveCustomizationProfile(Profile value)
Default Value Archive Customization Profile
' reference.
value
- the new value of the 'Default Value Archive Customization Profile' reference.getDefaultValueArchiveCustomizationProfile()
PasswordCredentials getDefaultDriverPassword()
If the meaning of the 'Default Driver Password' containment reference isn't clear, there really should be more of a description here...
setDefaultDriverPassword(PasswordCredentials)
,
InfrastructurePackage.getWorld_DefaultDriverPassword()
void setDefaultDriverPassword(PasswordCredentials value)
Default Driver Password
' containment reference.
value
- the new value of the 'Default Driver Password' containment reference.getDefaultDriverPassword()
org.eclipse.emf.common.util.EList<IndependentConfiguration> getApplicationConfigurations()
IndependentConfiguration
.
If the meaning of the 'Application Configurations' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getWorld_ApplicationConfigurations()
Credentials getDefaultDriverAccessCredentials()
If the meaning of the 'Default Driver Access Credentials' containment reference isn't clear, there really should be more of a description here...
setDefaultDriverAccessCredentials(Credentials)
,
InfrastructurePackage.getWorld_DefaultDriverAccessCredentials()
void setDefaultDriverAccessCredentials(Credentials value)
Default Driver Access Credentials
' containment reference.
value
- the new value of the 'Default Driver Access Credentials' containment reference.getDefaultDriverAccessCredentials()
Configurations getConfigurations()
If the meaning of the 'Configurations' containment reference isn't clear, there really should be more of a description here...
setConfigurations(Configurations)
,
InfrastructurePackage.getWorld_Configurations()
void setConfigurations(Configurations value)
Configurations
' containment reference.
value
- the new value of the 'Configurations' containment reference.getConfigurations()