|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrSelServicePackage
The Package for the model. It contains accessors for the meta objects to represent
BrSelServiceFactory
Nested Class Summary | |
---|---|
static interface |
BrSelServicePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
AUDIT_LOG
The meta object id for the ' Audit Log ' class |
static int |
AUDIT_LOG__CONTEXT
The feature id for the 'Context' container reference |
static int |
AUDIT_LOG__CUSTOM_AUDIT_LOG
The feature id for the 'Custom Audit Log' containment reference |
static int |
AUDIT_LOG__ENABLE
The feature id for the 'Enable' attribute |
static int |
AUDIT_LOG__PROPERTIES
The feature id for the 'Properties' containment reference list |
static int |
AUDIT_LOG__SEPARATE_AUDIT_LOG_ENABLED
The feature id for the 'Separate Audit Log Enabled' attribute |
static int |
AUDIT_LOG__SYSTEM_OUT_AUDIT_LOG_ENABLED
The feature id for the 'System Out Audit Log Enabled' attribute |
static int |
AUDIT_LOG_FEATURE_COUNT
The number of structural features of the 'Audit Log' class |
static int |
CUSTOM_AUDIT_LOG
The meta object id for the ' Custom Audit Log ' class |
static int |
CUSTOM_AUDIT_LOG__BASE_HOUR
The feature id for the 'Base Hour' attribute |
static int |
CUSTOM_AUDIT_LOG__FILE_NAME
The feature id for the 'File Name' attribute |
static int |
CUSTOM_AUDIT_LOG__MAX_NUMBER_OF_BACKUP_FILES
The feature id for the 'Max Number Of Backup Files' attribute |
static int |
CUSTOM_AUDIT_LOG__MESSAGE_FORMAT_KIND
The feature id for the 'Message Format Kind' attribute |
static int |
CUSTOM_AUDIT_LOG__ROLLOVER_PERIOD
The feature id for the 'Rollover Period' attribute |
static int |
CUSTOM_AUDIT_LOG__ROLLOVER_SIZE
The feature id for the 'Rollover Size' attribute |
static int |
CUSTOM_AUDIT_LOG__ROLLOVER_TYPE
The feature id for the 'Rollover Type' attribute |
static int |
CUSTOM_AUDIT_LOG_FEATURE_COUNT
The number of structural features of the 'Custom Audit Log' class |
static BrSelServicePackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EReference |
getAuditLog_CustomAuditLog()
Returns the meta object for the containment reference ' Custom Audit Log ' |
org.eclipse.emf.ecore.EAttribute |
getAuditLog_SeparateAuditLogEnabled()
Returns the meta object for the attribute ' Separate Audit Log Enabled ' |
org.eclipse.emf.ecore.EAttribute |
getAuditLog_SystemOutAuditLogEnabled()
Returns the meta object for the attribute ' System Out Audit Log Enabled ' |
org.eclipse.emf.ecore.EClass |
getAuditLog()
Returns the meta object for class ' Audit Log ' |
BrSelServiceFactory |
getBrSelServiceFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_BaseHour()
Returns the meta object for the attribute ' Base Hour ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_FileName()
Returns the meta object for the attribute ' File Name ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_MaxNumberOfBackupFiles()
Returns the meta object for the attribute ' Max Number Of Backup Files ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_MessageFormatKind()
Returns the meta object for the attribute ' Message Format Kind ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_RolloverPeriod()
Returns the meta object for the attribute ' Rollover Period ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_RolloverSize()
Returns the meta object for the attribute ' Rollover Size ' |
org.eclipse.emf.ecore.EAttribute |
getCustomAuditLog_RolloverType()
Returns the meta object for the attribute ' Rollover Type ' |
org.eclipse.emf.ecore.EClass |
getCustomAuditLog()
Returns the meta object for class ' Custom Audit Log ' |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final BrSelServicePackage eINSTANCE
static final int AUDIT_LOG
Audit Log
' class.
AuditLogImpl
,
BrSelServicePackageImpl.getAuditLog()
,
Constant Field Valuesstatic final int AUDIT_LOG__ENABLE
static final int AUDIT_LOG__CONTEXT
static final int AUDIT_LOG__PROPERTIES
static final int AUDIT_LOG__SYSTEM_OUT_AUDIT_LOG_ENABLED
static final int AUDIT_LOG__SEPARATE_AUDIT_LOG_ENABLED
static final int AUDIT_LOG__CUSTOM_AUDIT_LOG
static final int AUDIT_LOG_FEATURE_COUNT
static final int CUSTOM_AUDIT_LOG
Custom Audit Log
' class.
CustomAuditLogImpl
,
BrSelServicePackageImpl.getCustomAuditLog()
,
Constant Field Valuesstatic final int CUSTOM_AUDIT_LOG__FILE_NAME
static final int CUSTOM_AUDIT_LOG__MAX_NUMBER_OF_BACKUP_FILES
static final int CUSTOM_AUDIT_LOG__ROLLOVER_TYPE
static final int CUSTOM_AUDIT_LOG__ROLLOVER_SIZE
static final int CUSTOM_AUDIT_LOG__BASE_HOUR
static final int CUSTOM_AUDIT_LOG__ROLLOVER_PERIOD
static final int CUSTOM_AUDIT_LOG__MESSAGE_FORMAT_KIND
static final int CUSTOM_AUDIT_LOG_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getAuditLog()
Audit Log
'.
AuditLog
org.eclipse.emf.ecore.EAttribute getAuditLog_SystemOutAuditLogEnabled()
System Out Audit Log Enabled
'.
AuditLog.isSystemOutAuditLogEnabled()
,
getAuditLog()
org.eclipse.emf.ecore.EAttribute getAuditLog_SeparateAuditLogEnabled()
Separate Audit Log Enabled
'.
AuditLog.isSeparateAuditLogEnabled()
,
getAuditLog()
org.eclipse.emf.ecore.EReference getAuditLog_CustomAuditLog()
Custom Audit Log
'.
AuditLog.getCustomAuditLog()
,
getAuditLog()
org.eclipse.emf.ecore.EClass getCustomAuditLog()
Custom Audit Log
'.
CustomAuditLog
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_FileName()
File Name
'.
CustomAuditLog.getFileName()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_MaxNumberOfBackupFiles()
Max Number Of Backup Files
'.
CustomAuditLog.getMaxNumberOfBackupFiles()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_RolloverType()
Rollover Type
'.
CustomAuditLog.getRolloverType()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_RolloverSize()
Rollover Size
'.
CustomAuditLog.getRolloverSize()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_BaseHour()
Base Hour
'.
CustomAuditLog.getBaseHour()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_RolloverPeriod()
Rollover Period
'.
CustomAuditLog.getRolloverPeriod()
,
getCustomAuditLog()
org.eclipse.emf.ecore.EAttribute getCustomAuditLog_MessageFormatKind()
Message Format Kind
'.
CustomAuditLog.getMessageFormatKind()
,
getCustomAuditLog()
BrSelServiceFactory getBrSelServiceFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |