com.ibm.websphere.models.config.brselservice.impl
Class CustomAuditLogImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by com.ibm.websphere.models.config.brselservice.impl.CustomAuditLogImpl
All Implemented Interfaces:
CustomAuditLog, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class CustomAuditLogImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements CustomAuditLog

An implementation of the model object 'Custom Audit Log'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected CustomAuditLogImpl()
           
 
Method Summary
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
protected  int eStaticFeatureCount()
           
 int getBaseHour()
           
 java.lang.String getFileName()
           
 int getMaxNumberOfBackupFiles()
           
 com.ibm.websphere.models.config.process.MessageFormatKind getMessageFormatKind()
           
 int getRolloverPeriod()
           
 int getRolloverSize()
           
 com.ibm.websphere.models.config.process.RolloverType getRolloverType()
           
 void setBaseHour(int newBaseHour)
           
 void setFileName(java.lang.String newFileName)
           
 void setMaxNumberOfBackupFiles(int newMaxNumberOfBackupFiles)
           
 void setMessageFormatKind(com.ibm.websphere.models.config.process.MessageFormatKind newMessageFormatKind)
           
 void setRolloverPeriod(int newRolloverPeriod)
           
 void setRolloverSize(int newRolloverSize)
           
 void setRolloverType(com.ibm.websphere.models.config.process.RolloverType newRolloverType)
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Constructor Detail

CustomAuditLogImpl

protected CustomAuditLogImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl

eStaticFeatureCount

protected int eStaticFeatureCount()

Overrides:
eStaticFeatureCount in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

getFileName

public java.lang.String getFileName()

Specified by:
getFileName in interface CustomAuditLog
Returns:
the value of the 'File Name' attribute.
See Also:
CustomAuditLog.setFileName(String), BrSelServicePackage.getCustomAuditLog_FileName()

setFileName

public void setFileName(java.lang.String newFileName)

Specified by:
setFileName in interface CustomAuditLog
Parameters:
newFileName - the new value of the 'File Name' attribute.
See Also:
CustomAuditLog.getFileName()

getMaxNumberOfBackupFiles

public int getMaxNumberOfBackupFiles()

Specified by:
getMaxNumberOfBackupFiles in interface CustomAuditLog
Returns:
the value of the 'Max Number Of Backup Files' attribute.
See Also:
CustomAuditLog.setMaxNumberOfBackupFiles(int), BrSelServicePackage.getCustomAuditLog_MaxNumberOfBackupFiles()

setMaxNumberOfBackupFiles

public void setMaxNumberOfBackupFiles(int newMaxNumberOfBackupFiles)

Specified by:
setMaxNumberOfBackupFiles in interface CustomAuditLog
Parameters:
newMaxNumberOfBackupFiles - the new value of the 'Max Number Of Backup Files' attribute.
See Also:
CustomAuditLog.getMaxNumberOfBackupFiles()

getRolloverType

public com.ibm.websphere.models.config.process.RolloverType getRolloverType()

Specified by:
getRolloverType in interface CustomAuditLog
Returns:
the value of the 'Rollover Type' attribute.
See Also:
RolloverType, CustomAuditLog.setRolloverType(RolloverType), BrSelServicePackage.getCustomAuditLog_RolloverType()

setRolloverType

public void setRolloverType(com.ibm.websphere.models.config.process.RolloverType newRolloverType)

Specified by:
setRolloverType in interface CustomAuditLog
Parameters:
newRolloverType - the new value of the 'Rollover Type' attribute.
See Also:
RolloverType, CustomAuditLog.getRolloverType()

getRolloverSize

public int getRolloverSize()

Specified by:
getRolloverSize in interface CustomAuditLog
Returns:
the value of the 'Rollover Size' attribute.
See Also:
CustomAuditLog.setRolloverSize(int), BrSelServicePackage.getCustomAuditLog_RolloverSize()

setRolloverSize

public void setRolloverSize(int newRolloverSize)

Specified by:
setRolloverSize in interface CustomAuditLog
Parameters:
newRolloverSize - the new value of the 'Rollover Size' attribute.
See Also:
CustomAuditLog.getRolloverSize()

getBaseHour

public int getBaseHour()

Specified by:
getBaseHour in interface CustomAuditLog
Returns:
the value of the 'Base Hour' attribute.
See Also:
CustomAuditLog.setBaseHour(int), BrSelServicePackage.getCustomAuditLog_BaseHour()

setBaseHour

public void setBaseHour(int newBaseHour)

Specified by:
setBaseHour in interface CustomAuditLog
Parameters:
newBaseHour - the new value of the 'Base Hour' attribute.
See Also:
CustomAuditLog.getBaseHour()

getRolloverPeriod

public int getRolloverPeriod()

Specified by:
getRolloverPeriod in interface CustomAuditLog
Returns:
the value of the 'Rollover Period' attribute.
See Also:
CustomAuditLog.setRolloverPeriod(int), BrSelServicePackage.getCustomAuditLog_RolloverPeriod()

setRolloverPeriod

public void setRolloverPeriod(int newRolloverPeriod)

Specified by:
setRolloverPeriod in interface CustomAuditLog
Parameters:
newRolloverPeriod - the new value of the 'Rollover Period' attribute.
See Also:
CustomAuditLog.getRolloverPeriod()

getMessageFormatKind

public com.ibm.websphere.models.config.process.MessageFormatKind getMessageFormatKind()

Specified by:
getMessageFormatKind in interface CustomAuditLog
Returns:
the value of the 'Message Format Kind' attribute.
See Also:
MessageFormatKind, CustomAuditLog.setMessageFormatKind(MessageFormatKind), BrSelServicePackage.getCustomAuditLog_MessageFormatKind()

setMessageFormatKind

public void setMessageFormatKind(com.ibm.websphere.models.config.process.MessageFormatKind newMessageFormatKind)

Specified by:
setMessageFormatKind in interface CustomAuditLog
Parameters:
newMessageFormatKind - the new value of the 'Message Format Kind' attribute.
See Also:
MessageFormatKind, CustomAuditLog.getMessageFormatKind()