|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object '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:
GMFMapPackage.getAuditContainer()| Method Summary | |
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 |
AuditContainer |
getParentContainer()
Returns the value of the 'Parent Container' container reference. |
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(AuditContainer value)
Sets the value of the ' Parent Container' container reference |
| 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 java.lang.String getId()
AuditContainer.setId(String),
GMFMapPackage.getAuditContainer_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.AuditContainer.getId()public java.lang.String getName()
AuditContainer.setName(String),
GMFMapPackage.getAuditContainer_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.AuditContainer.getName()public java.lang.String getDescription()
AuditContainer.setDescription(String),
GMFMapPackage.getAuditContainer_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.AuditContainer.getDescription()public AuditContainer getParentContainer()
Child Containers'.
If the meaning of the 'Parent Container' container reference isn't clear, there really should be more of a description here...
AuditContainer.setParentContainer(AuditContainer),
GMFMapPackage.getAuditContainer_ParentContainer(),
AuditContainer.getChildContainers()public void setParentContainer(AuditContainer value)
Parent Container' container reference.
value - the new value of the 'Parent Container' container reference.AuditContainer.getParentContainer()public EList getAudits()
AuditRule.
It is bidirectional and its opposite is 'Container'.
The audit rules organized in this container
GMFMapPackage.getAuditContainer_Audits(),
AuditRule.getContainer()public EList getChildContainers()
AuditContainer.
It is bidirectional and its opposite is 'Parent Container'.
If the meaning of the 'Child Containers' containment reference list isn't clear, there really should be more of a description here...
GMFMapPackage.getAuditContainer_ChildContainers(),
AuditContainer.getParentContainer()
|
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.