|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Gen Audit Container'. Container for audit rules representing a hierarchical organization of audits in the constraint category hierarchy of emft.validation framework
The following features are supported:
GMFGenPackage.getGenAuditContainer()| Method Summary | |
EList |
getAllAuditContainers()
Gets all audit containers from this audit container hierarchy recursively |
EList |
getAllAuditRules()
Gets all audit rules from this audit container hierarchy recursively |
java.util.List |
getAllContextSelectorsLocalClassNames()
|
java.util.List |
getAllJavaLangAudits()
|
java.util.List |
getAllRequiredConstraintAdaptersLocalClassNames()
|
java.util.Map |
getAllRulesToTargetContextMap()
Maps all rules in the container hierarchy to client context IDs of their target contexts. key: (context ID of rule target) value: (EList |
EList |
getAllTargetedModelPackages()
Gets all model packages to which rules in this container hierarchy are targeted. |
EList |
getAudits()
Returns the value of the 'Audits' containment reference list. |
EList |
getChildContainers()
Returns the value of the 'Child Containers' containment reference list. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
GenAuditContainer |
getParentContainer()
Returns the value of the 'Parent Container' container reference. |
EList |
getPath()
Gets hierarchical path of this audit container as ordered list of containers beginning with the root and ended with this container |
boolean |
hasDiagramElementRule()
Indicates whether this container hierarchy contains at least 1 rule targeted on notation elements. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setParentContainer(GenAuditContainer value)
Sets the value of the ' Parent Container' container reference |
| Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenRuleContainerBase |
getEditor |
| 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 |
public EList getAudits()
GenAuditRule.
It is bidirectional and its opposite is 'Container'.
If the meaning of the 'Audits' container reference list isn't clear, there really should be more of a description here...
The audit rules organized in this container
GMFGenPackage.getGenAuditContainer_Audits(),
GenAuditRule.getContainer()public EList getChildContainers()
GenAuditContainer.
It is bidirectional and its opposite is 'Parent Container'.
If the meaning of the 'Child Containers' reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenAuditContainer_ChildContainers(),
GenAuditContainer.getParentContainer()public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
Identifier which is unique within the scope of its parent container.
GenAuditContainer.setId(String),
GMFGenPackage.getGenAuditContainer_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.GenAuditContainer.getId()public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
A human readable name for the category of audits organized in this container
GenAuditContainer.setName(String),
GMFGenPackage.getGenAuditContainer_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.GenAuditContainer.getName()public java.lang.String getDescription()
GenAuditContainer.setDescription(String),
GMFGenPackage.getGenAuditContainer_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.GenAuditContainer.getDescription()public GenAuditContainer getParentContainer()
Child Containers'.
If the meaning of the 'Parent Container' container reference isn't clear, there really should be more of a description here...
GenAuditContainer.setParentContainer(GenAuditContainer),
GMFGenPackage.getGenAuditContainer_ParentContainer(),
GenAuditContainer.getChildContainers()public void setParentContainer(GenAuditContainer value)
Parent Container' container reference.
value - the new value of the 'Parent Container' container reference.GenAuditContainer.getParentContainer()public EList getAllAuditRules()
public EList getAllAuditContainers()
public EList getPath()
public java.util.Map getAllRulesToTargetContextMap()
public EList getAllTargetedModelPackages()
public boolean hasDiagramElementRule()
public java.util.List getAllContextSelectorsLocalClassNames()
public java.util.List getAllRequiredConstraintAdaptersLocalClassNames()
public java.util.List getAllJavaLangAudits()
|
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.