Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface GenAuditRoot

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
GenAuditRootImpl

public interface GenAuditRoot
extends EObject

A representation of the model object 'Gen Audit Root'.

The following features are supported:

See Also:
GMFGenPackage.getGenAuditRoot()
** Generated **
Model:

Method Summary
 EList<GenAuditContainer> getCategories()
          Returns the value of the 'Categories' containment reference list.
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 EList<GenAuditRule> getRules()
          Returns the value of the 'Rules' containment reference list.
 java.util.List<GenPackage> getTargetedModelPackages()
           
 
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
 

Method Detail

getEditorGen

GenEditorGenerator getEditorGen()
Returns the value of the 'Editor Gen' container reference. It is bidirectional and its opposite is 'Audits'.

If the meaning of the 'Editor Gen' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Editor Gen' container reference.
See Also:
GMFGenPackage.getGenAuditRoot_EditorGen(), GenEditorGenerator.getAudits()
** Generated **
Model:
opposite="audits" required="true" changeable="false"

getCategories

EList<GenAuditContainer> getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of type GenAuditContainer. It is bidirectional and its opposite is 'Root'.

If the meaning of the 'Categories' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Categories' containment reference list.
See Also:
GMFGenPackage.getGenAuditRoot_Categories(), GenAuditContainer.getRoot()
** Generated **
Model:
type="org.eclipse.gmf.codegen.gmfgen.GenAuditContainer" opposite="root" containment="true"

getRules

EList<GenAuditRule> getRules()
Returns the value of the 'Rules' containment reference list. The list contents are of type GenAuditRule. It is bidirectional and its opposite is 'Root'.

If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rules' containment reference list.
See Also:
GMFGenPackage.getGenAuditRoot_Rules(), GenAuditRule.getRoot()
** Generated **
Model:
type="org.eclipse.gmf.codegen.gmfgen.GenAuditRule" opposite="root" containment="true"

getTargetedModelPackages

java.util.List<GenPackage> getTargetedModelPackages()

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.