|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenRuleBaseImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenAuditRuleImpl
public class GenAuditRuleImpl
An implementation of the model object 'Gen Audit Rule'.
The following features are implemented:
Root
Context Selector Local Class Name
Id
Rule
Target
Message
Severity
Use In Live Mode
Requires Constraint Adapter
Category
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected GenAuditContainer |
category
The cached value of the ' Category ' reference |
protected static java.lang.String |
CONTEXT_SELECTOR_LOCAL_CLASS_NAME_EDEFAULT
The default value of the ' Context Selector Local Class Name ' attribute |
protected java.lang.String |
contextSelectorLocalClassName
The cached value of the ' Context Selector Local Class Name ' attribute |
protected java.lang.String |
id
The cached value of the ' Id ' attribute |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' Id ' attribute |
protected java.lang.String |
message
The cached value of the ' Message ' attribute |
protected static java.lang.String |
MESSAGE_EDEFAULT
The default value of the ' Message ' attribute |
protected static boolean |
REQUIRES_CONSTRAINT_ADAPTER_EDEFAULT
The default value of the ' Requires Constraint Adapter ' attribute |
protected GenConstraint |
rule
The cached value of the ' Rule ' containment reference |
protected GenSeverity |
severity
The cached value of the ' Severity ' attribute |
protected static GenSeverity |
SEVERITY_EDEFAULT
The default value of the ' Severity ' attribute |
protected GenAuditable |
target
The cached value of the ' Target ' containment reference |
protected static boolean |
USE_IN_LIVE_MODE_EDEFAULT
The default value of the ' Use In Live Mode ' attribute |
protected boolean |
useInLiveMode
The cached value of the ' Use In Live Mode ' attribute |
Fields inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenRuleBaseImpl |
---|
description, DESCRIPTION_EDEFAULT, name, NAME_EDEFAULT |
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 |
GenAuditRuleImpl()
|
Methods inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenRuleBaseImpl |
---|
getDescription, getName, setDescription, setName |
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.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.gmf.codegen.gmfgen.GenRuleBase |
---|
getDescription, getName, setDescription, setName |
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 |
Field Detail |
---|
protected static final java.lang.String CONTEXT_SELECTOR_LOCAL_CLASS_NAME_EDEFAULT
Context Selector Local Class Name
' attribute.
getContextSelectorLocalClassName()
protected java.lang.String contextSelectorLocalClassName
Context Selector Local Class Name
' attribute.
getContextSelectorLocalClassName()
protected static final java.lang.String ID_EDEFAULT
Id
' attribute.
getId()
protected java.lang.String id
Id
' attribute.
getId()
protected GenConstraint rule
Rule
' containment reference.
getRule()
protected GenAuditable target
Target
' containment reference.
getTarget()
protected static final java.lang.String MESSAGE_EDEFAULT
Message
' attribute.
getMessage()
protected java.lang.String message
Message
' attribute.
getMessage()
protected static final GenSeverity SEVERITY_EDEFAULT
Severity
' attribute.
getSeverity()
protected GenSeverity severity
Severity
' attribute.
getSeverity()
protected static final boolean USE_IN_LIVE_MODE_EDEFAULT
Use In Live Mode
' attribute.
isUseInLiveMode()
,
Constant Field Valuesprotected boolean useInLiveMode
Use In Live Mode
' attribute.
isUseInLiveMode()
protected static final boolean REQUIRES_CONSTRAINT_ADAPTER_EDEFAULT
Requires Constraint Adapter
' attribute.
isRequiresConstraintAdapter()
,
Constant Field Valuesprotected GenAuditContainer category
Category
' reference.
getCategory()
Constructor Detail |
---|
protected GenAuditRuleImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class GenRuleBaseImpl
public GenAuditRoot getRoot()
getRoot
in interface GenAuditRule
GMFGenPackage.getGenAuditRule_Root()
,
GenAuditRoot.getRules()
public GenAuditable getTarget()
getTarget
in interface GenAuditRule
GenAuditRule.setTarget(GenAuditable)
,
GMFGenPackage.getGenAuditRule_Target()
public NotificationChain basicSetTarget(GenAuditable newTarget, NotificationChain msgs)
public void setTarget(GenAuditable newTarget)
setTarget
in interface GenAuditRule
newTarget
- the new value of the 'Target' containment reference.GenAuditRule.getTarget()
public java.lang.String getId()
getId
in interface GenAuditRule
GenAuditRule.setId(String)
,
GMFGenPackage.getGenAuditRule_Id()
public void setId(java.lang.String newId)
setId
in interface GenAuditRule
newId
- the new value of the 'Id' attribute.GenAuditRule.getId()
public java.lang.String getMessage()
getMessage
in interface GenAuditRule
GenAuditRule.setMessage(String)
,
GMFGenPackage.getGenAuditRule_Message()
public void setMessage(java.lang.String newMessage)
setMessage
in interface GenAuditRule
newMessage
- the new value of the 'Message' attribute.GenAuditRule.getMessage()
public GenConstraint getRule()
getRule
in interface GenAuditRule
GenAuditRule.setRule(GenConstraint)
,
GMFGenPackage.getGenAuditRule_Rule()
public NotificationChain basicSetRule(GenConstraint newRule, NotificationChain msgs)
public void setRule(GenConstraint newRule)
setRule
in interface GenAuditRule
newRule
- the new value of the 'Rule' containment reference.GenAuditRule.getRule()
public GenSeverity getSeverity()
getSeverity
in interface GenAuditRule
GenSeverity
,
GenAuditRule.setSeverity(GenSeverity)
,
GMFGenPackage.getGenAuditRule_Severity()
public void setSeverity(GenSeverity newSeverity)
setSeverity
in interface GenAuditRule
newSeverity
- the new value of the 'Severity' attribute.GenSeverity
,
GenAuditRule.getSeverity()
public boolean isUseInLiveMode()
isUseInLiveMode
in interface GenAuditRule
GenAuditRule.setUseInLiveMode(boolean)
,
GMFGenPackage.getGenAuditRule_UseInLiveMode()
public void setUseInLiveMode(boolean newUseInLiveMode)
setUseInLiveMode
in interface GenAuditRule
newUseInLiveMode
- the new value of the 'Use In Live Mode' attribute.GenAuditRule.isUseInLiveMode()
public java.lang.String getContextSelectorClassName()
getContextSelectorClassName
in interface GenAuditRule
public java.lang.String getContextSelectorQualifiedClassName()
getContextSelectorQualifiedClassName
in interface GenAuditRule
public java.lang.String getContextSelectorLocalClassNameGen()
public java.lang.String getContextSelectorLocalClassName()
GenAuditRule
getContextSelectorLocalClassName
in interface GenAuditRule
GenAuditRule.setContextSelectorLocalClassName(String)
,
GMFGenPackage.getGenAuditRule_ContextSelectorLocalClassName()
public void setContextSelectorLocalClassName(java.lang.String newContextSelectorLocalClassName)
setContextSelectorLocalClassName
in interface GenAuditRule
newContextSelectorLocalClassName
- the new value of the 'Context Selector Local Class Name' attribute.GenAuditRule.getContextSelectorLocalClassName()
public java.lang.String getConstraintAdapterClassName()
getConstraintAdapterClassName
in interface GenAuditRule
public java.lang.String getConstraintAdapterLocalClassName()
getConstraintAdapterLocalClassName
in interface GenAuditRule
public java.lang.String getConstraintAdapterQualifiedClassName()
getConstraintAdapterQualifiedClassName
in interface GenAuditRule
public boolean isRequiresConstraintAdapter()
isRequiresConstraintAdapter
in interface GenAuditRule
GMFGenPackage.getGenAuditRule_RequiresConstraintAdapter()
public GenAuditContainer getCategory()
getCategory
in interface GenAuditRule
GenAuditRule.setCategory(GenAuditContainer)
,
GMFGenPackage.getGenAuditRule_Category()
,
GenAuditContainer.getAudits()
public GenAuditContainer basicGetCategory()
public NotificationChain basicSetCategory(GenAuditContainer newCategory, NotificationChain msgs)
public void setCategory(GenAuditContainer newCategory)
setCategory
in interface GenAuditRule
newCategory
- the new value of the 'Category' reference.GenAuditRule.getCategory()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class BasicEObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class GenRuleBaseImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class GenRuleBaseImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class GenRuleBaseImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class GenRuleBaseImpl
public java.lang.String toString()
toString
in class GenRuleBaseImpl
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.