|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenAuditRoot | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl | |
org.eclipse.gmf.codegen.gmfgen.util |
Uses of GenAuditRoot in org.eclipse.gmf.codegen.gmfgen |
---|
Methods in org.eclipse.gmf.codegen.gmfgen that return GenAuditRoot | |
---|---|
GenAuditRoot |
GMFGenFactory.createGenAuditRoot()
Returns a new object of class 'Gen Audit Root'. |
GenAuditRoot |
GenEditorGenerator.getAudits()
Returns the value of the 'Audits' containment reference. |
GenAuditRoot |
GenAuditContext.getRoot()
Returns the value of the 'Root' container reference. |
GenAuditRoot |
GenAuditContainer.getRoot()
Returns the value of the 'Root' container reference. |
GenAuditRoot |
GenAuditRule.getRoot()
Returns the value of the 'Root' container reference. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenAuditRoot | |
---|---|
void |
GenEditorGenerator.setAudits(GenAuditRoot value)
Sets the value of the ' Audits ' containment reference. |
void |
GenAuditContext.setRoot(GenAuditRoot value)
Sets the value of the ' Root ' container reference. |
Uses of GenAuditRoot in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenAuditRoot | |
---|---|
class |
GenAuditRootImpl
An implementation of the model object 'Gen Audit Root'. |
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenAuditRoot | |
---|---|
protected GenAuditRoot |
GenEditorGeneratorImpl.audits
The cached value of the ' Audits ' containment reference. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditRoot | |
---|---|
GenAuditRoot |
GMFGenFactoryImpl.createGenAuditRoot()
|
GenAuditRoot |
GenEditorGeneratorImpl.getAudits()
|
GenAuditRoot |
GenAuditRuleImpl.getRoot()
|
GenAuditRoot |
GenAuditContextImpl.getRoot()
|
GenAuditRoot |
GenAuditContainerImpl.getRoot()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenAuditRoot | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
GenEditorGeneratorImpl.basicSetAudits(GenAuditRoot newAudits,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
GenAuditContextImpl.basicSetRoot(GenAuditRoot newRoot,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
GenEditorGeneratorImpl.setAudits(GenAuditRoot newAudits)
|
void |
GenAuditContextImpl.setRoot(GenAuditRoot newRoot)
|
Uses of GenAuditRoot in org.eclipse.gmf.codegen.gmfgen.util |
---|
Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenAuditRoot | |
---|---|
T |
GMFGenSwitch.caseGenAuditRoot(GenAuditRoot object)
Returns the result of interpreting the object as an instance of 'Gen Audit Root'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |