public abstract class AbstractEventStorageJdbcImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements AbstractEventStorageJdbc
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected static Integer |
ARCHIVE_DAYS_EDEFAULT
The default value of the '
Archive Days ' attribute. |
protected Integer |
archiveDays
The cached value of the '
Archive Days ' attribute. |
protected static Integer |
CLEANUP_PERIOD_SECONDS_EDEFAULT
The default value of the '
Cleanup Period Seconds ' attribute. |
protected Integer |
cleanupPeriodSeconds
The cached value of the '
Cleanup Period Seconds ' attribute. |
protected DatabaseSettings |
database
The cached value of the '
Database ' reference. |
protected static boolean |
ENABLE_REPLICATION_EDEFAULT
The default value of the '
Enable Replication ' attribute. |
protected boolean |
enableReplication
The cached value of the '
Enable Replication ' attribute. |
protected static String |
INSTANCE_NAME_EDEFAULT
The default value of the '
Instance Name ' attribute. |
protected String |
instanceName
The cached value of the '
Instance Name ' attribute. |
protected static ReplicationDataFormat |
REPLICATION_DATA_FORMAT_EDEFAULT
The default value of the '
Replication Data Format ' attribute. |
protected ReplicationDataFormat |
replicationDataFormat
The cached value of the '
Replication Data Format ' attribute. |
protected String |
schema
The cached value of the '
Schema ' attribute. |
protected static String |
SCHEMA_EDEFAULT
The default value of the '
Schema ' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
AbstractEventStorageJdbcImpl() |
Modifier and Type | Method and Description |
---|---|
DatabaseSettings |
basicGetDatabase() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Integer |
getArchiveDays() |
Integer |
getCleanupPeriodSeconds() |
DatabaseSettings |
getDatabase() |
String |
getInstanceName() |
ReplicationDataFormat |
getReplicationDataFormat() |
String |
getSchema() |
boolean |
isEnableReplication() |
void |
setArchiveDays(Integer newArchiveDays) |
void |
setCleanupPeriodSeconds(Integer newCleanupPeriodSeconds) |
void |
setDatabase(DatabaseSettings newDatabase) |
void |
setEnableReplication(boolean newEnableReplication) |
void |
setInstanceName(String newInstanceName) |
void |
setReplicationDataFormat(ReplicationDataFormat newReplicationDataFormat) |
void |
setSchema(String newSchema) |
String |
toString() |
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String SCHEMA_EDEFAULT
Schema
' attribute.
getSchema()
protected String schema
Schema
' attribute.
getSchema()
protected static final String INSTANCE_NAME_EDEFAULT
Instance Name
' attribute.
getInstanceName()
,
Constant Field Valuesprotected String instanceName
Instance Name
' attribute.
getInstanceName()
protected static final boolean ENABLE_REPLICATION_EDEFAULT
Enable Replication
' attribute.
isEnableReplication()
,
Constant Field Valuesprotected boolean enableReplication
Enable Replication
' attribute.
isEnableReplication()
protected static final Integer ARCHIVE_DAYS_EDEFAULT
Archive Days
' attribute.
getArchiveDays()
protected Integer archiveDays
Archive Days
' attribute.
getArchiveDays()
protected static final Integer CLEANUP_PERIOD_SECONDS_EDEFAULT
Cleanup Period Seconds
' attribute.
getCleanupPeriodSeconds()
protected Integer cleanupPeriodSeconds
Cleanup Period Seconds
' attribute.
getCleanupPeriodSeconds()
protected DatabaseSettings database
Database
' reference.
getDatabase()
protected static final ReplicationDataFormat REPLICATION_DATA_FORMAT_EDEFAULT
Replication Data Format
' attribute.
getReplicationDataFormat()
protected ReplicationDataFormat replicationDataFormat
Replication Data Format
' attribute.
getReplicationDataFormat()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String getSchema()
getSchema
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setSchema(String)
,
OsgiPackage.getAbstractEventStorageJdbc_Schema()
public void setSchema(String newSchema)
setSchema
in interface AbstractEventStorageJdbc
newSchema
- the new value of the 'Schema' attribute.AbstractEventStorageJdbc.getSchema()
public String getInstanceName()
getInstanceName
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setInstanceName(String)
,
OsgiPackage.getAbstractEventStorageJdbc_InstanceName()
public void setInstanceName(String newInstanceName)
setInstanceName
in interface AbstractEventStorageJdbc
newInstanceName
- the new value of the 'Instance Name' attribute.AbstractEventStorageJdbc.getInstanceName()
public boolean isEnableReplication()
isEnableReplication
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setEnableReplication(boolean)
,
OsgiPackage.getAbstractEventStorageJdbc_EnableReplication()
public void setEnableReplication(boolean newEnableReplication)
setEnableReplication
in interface AbstractEventStorageJdbc
newEnableReplication
- the new value of the 'Enable Replication' attribute.AbstractEventStorageJdbc.isEnableReplication()
public Integer getArchiveDays()
getArchiveDays
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setArchiveDays(Integer)
,
OsgiPackage.getAbstractEventStorageJdbc_ArchiveDays()
public void setArchiveDays(Integer newArchiveDays)
setArchiveDays
in interface AbstractEventStorageJdbc
newArchiveDays
- the new value of the 'Archive Days' attribute.AbstractEventStorageJdbc.getArchiveDays()
public Integer getCleanupPeriodSeconds()
getCleanupPeriodSeconds
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setCleanupPeriodSeconds(Integer)
,
OsgiPackage.getAbstractEventStorageJdbc_CleanupPeriodSeconds()
public void setCleanupPeriodSeconds(Integer newCleanupPeriodSeconds)
setCleanupPeriodSeconds
in interface AbstractEventStorageJdbc
newCleanupPeriodSeconds
- the new value of the 'Cleanup Period Seconds' attribute.AbstractEventStorageJdbc.getCleanupPeriodSeconds()
public DatabaseSettings getDatabase()
getDatabase
in interface AbstractEventStorageJdbc
AbstractEventStorageJdbc.setDatabase(DatabaseSettings)
,
OsgiPackage.getAbstractEventStorageJdbc_Database()
public DatabaseSettings basicGetDatabase()
public void setDatabase(DatabaseSettings newDatabase)
setDatabase
in interface AbstractEventStorageJdbc
newDatabase
- the new value of the 'Database' reference.AbstractEventStorageJdbc.getDatabase()
public ReplicationDataFormat getReplicationDataFormat()
getReplicationDataFormat
in interface AbstractEventStorageJdbc
ReplicationDataFormat
,
AbstractEventStorageJdbc.setReplicationDataFormat(ReplicationDataFormat)
,
OsgiPackage.getAbstractEventStorageJdbc_ReplicationDataFormat()
public void setReplicationDataFormat(ReplicationDataFormat newReplicationDataFormat)
setReplicationDataFormat
in interface AbstractEventStorageJdbc
newReplicationDataFormat
- the new value of the 'Replication Data Format' attribute.ReplicationDataFormat
,
AbstractEventStorageJdbc.getReplicationDataFormat()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl