public interface CommonPackage
extends org.eclipse.emf.ecore.EPackage
CommonFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommonPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static CommonPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
POSTGRES_SETUP_MODULE
The meta object id for the '
Postgres Setup Module' class. |
static int |
POSTGRES_SETUP_MODULE___VALIDATE_OPERATING_SYSTEM__OPERATINGSYSTEMDESCRIPTOR_IVALIDATIONCONTEXT
The operation id for the 'Validate Operating System' operation.
|
static int |
POSTGRES_SETUP_MODULE__CONFIGURATION_FILE
The feature id for the 'Configuration File' attribute.
|
static int |
POSTGRES_SETUP_MODULE__DATABASE
The feature id for the 'Database' reference.
|
static int |
POSTGRES_SETUP_MODULE__HOST_BASED_ACCESS_FILE
The feature id for the 'Host Based Access File' attribute.
|
static int |
POSTGRES_SETUP_MODULE__POSTGRES_USER
The feature id for the 'Postgres User' attribute.
|
static int |
POSTGRES_SETUP_MODULE_FEATURE_COUNT
The number of structural features of the 'Postgres Setup Module' class.
|
static int |
POSTGRES_SETUP_MODULE_OPERATION_COUNT
The number of operations of the 'Postgres Setup Module' class.
|
| Modifier and Type | Method and Description |
|---|---|
CommonFactory |
getCommonFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getPostgresSetupModule_ConfigurationFile()
Returns the meta object for the attribute '
Configuration File'. |
org.eclipse.emf.ecore.EReference |
getPostgresSetupModule_Database()
Returns the meta object for the reference '
Database'. |
org.eclipse.emf.ecore.EAttribute |
getPostgresSetupModule_HostBasedAccessFile()
Returns the meta object for the attribute '
Host Based Access File'. |
org.eclipse.emf.ecore.EAttribute |
getPostgresSetupModule_PostgresUser()
Returns the meta object for the attribute '
Postgres User'. |
org.eclipse.emf.ecore.EClass |
getPostgresSetupModule()
Returns the meta object for class '
Postgres Setup Module'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final CommonPackage eINSTANCE
static final int POSTGRES_SETUP_MODULE
Postgres Setup Module' class.
static final int POSTGRES_SETUP_MODULE__DATABASE
static final int POSTGRES_SETUP_MODULE__POSTGRES_USER
static final int POSTGRES_SETUP_MODULE__HOST_BASED_ACCESS_FILE
static final int POSTGRES_SETUP_MODULE__CONFIGURATION_FILE
static final int POSTGRES_SETUP_MODULE_FEATURE_COUNT
static final int POSTGRES_SETUP_MODULE___VALIDATE_OPERATING_SYSTEM__OPERATINGSYSTEMDESCRIPTOR_IVALIDATIONCONTEXT
static final int POSTGRES_SETUP_MODULE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getPostgresSetupModule()
Postgres Setup Module'.
PostgresSetupModuleorg.eclipse.emf.ecore.EReference getPostgresSetupModule_Database()
Database'.
PostgresSetupModule.getDatabase(),
getPostgresSetupModule()org.eclipse.emf.ecore.EAttribute getPostgresSetupModule_PostgresUser()
Postgres User'.
PostgresSetupModule.getPostgresUser(),
getPostgresSetupModule()org.eclipse.emf.ecore.EAttribute getPostgresSetupModule_HostBasedAccessFile()
Host Based Access File'.
PostgresSetupModule.getHostBasedAccessFile(),
getPostgresSetupModule()org.eclipse.emf.ecore.EAttribute getPostgresSetupModule_ConfigurationFile()
Configuration File'.
PostgresSetupModule.getConfigurationFile(),
getPostgresSetupModule()CommonFactory getCommonFactory()