public interface WorldFactory
extends org.eclipse.emf.ecore.EFactory
WorldPackage
Modifier and Type | Field and Description |
---|---|
static WorldFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
ApplicationNode |
createApplicationNode()
Returns a new object of class 'Application Node'.
|
ContainedServiceBinding |
createContainedServiceBinding()
Returns a new object of class 'Contained Service Binding'.
|
Endpoint |
createEndpoint()
Returns a new object of class 'Endpoint'.
|
ExecDriver |
createExecDriver()
Returns a new object of class 'Exec Driver'.
|
ExternalNode |
createExternalNode()
Returns a new object of class 'External Node'.
|
GenericDatabaseSettings |
createGenericDatabaseSettings()
Returns a new object of class 'Generic Database Settings'.
|
GenericSettingsContainer |
createGenericSettingsContainer()
Returns a new object of class 'Generic Settings Container'.
|
HandlerPriorityRule |
createHandlerPriorityRule()
Returns a new object of class 'Handler Priority Rule'.
|
MasterHandlerPriorities |
createMasterHandlerPriorities()
Returns a new object of class 'Master Handler Priorities'.
|
Options |
createOptions()
Returns a new object of class 'Options'.
|
PasswordCredentials |
createPasswordCredentials()
Returns a new object of class 'Password Credentials'.
|
PostgresDatabaseSettings |
createPostgresDatabaseSettings()
Returns a new object of class 'Postgres Database Settings'.
|
PropertyEntry |
createPropertyEntry()
Returns a new object of class 'Property Entry'.
|
ReferencedServiceBinding |
createReferencedServiceBinding()
Returns a new object of class 'Referenced Service Binding'.
|
UsernamePasswordCredentials |
createUsernamePasswordCredentials()
Returns a new object of class 'Username Password Credentials'.
|
World |
createWorld()
Returns a new object of class 'World'.
|
WorldPackage |
getWorldPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final WorldFactory eINSTANCE
World createWorld()
ApplicationNode createApplicationNode()
Endpoint createEndpoint()
ExecDriver createExecDriver()
HandlerPriorityRule createHandlerPriorityRule()
MasterHandlerPriorities createMasterHandlerPriorities()
Options createOptions()
UsernamePasswordCredentials createUsernamePasswordCredentials()
PasswordCredentials createPasswordCredentials()
ExternalNode createExternalNode()
PropertyEntry createPropertyEntry()
ContainedServiceBinding createContainedServiceBinding()
ReferencedServiceBinding createReferencedServiceBinding()
GenericSettingsContainer createGenericSettingsContainer()
GenericDatabaseSettings createGenericDatabaseSettings()
PostgresDatabaseSettings createPostgresDatabaseSettings()
WorldPackage getWorldPackage()