|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditContainer
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 | |
---|---|
org.eclipse.emf.common.util.EList<AuditRule> |
getAudits()
Returns the value of the 'Audits' containment reference list. |
org.eclipse.emf.common.util.EList<AuditContainer> |
getChildContainers()
Returns the value of the 'Child Containers' containment reference list. |
String |
getDescription()
Returns the value of the 'Description' attribute. |
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
AuditContainer |
getParentContainer()
Returns the value of the 'Parent Container' container reference. |
void |
setDescription(String value)
Sets the value of the ' Description ' attribute. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setName(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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getId()
setId(String)
,
GMFMapPackage.getAuditContainer_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getName()
setName(String)
,
GMFMapPackage.getAuditContainer_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getDescription()
setDescription(String)
,
GMFMapPackage.getAuditContainer_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
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...
setParentContainer(AuditContainer)
,
GMFMapPackage.getAuditContainer_ParentContainer()
,
getChildContainers()
void setParentContainer(AuditContainer value)
Parent Container
' container reference.
value
- the new value of the 'Parent Container' container reference.getParentContainer()
org.eclipse.emf.common.util.EList<AuditRule> getAudits()
AuditRule
.
It is bidirectional and its opposite is 'Container
'.
The audit rules organized in this container
GMFMapPackage.getAuditContainer_Audits()
,
AuditRule.getContainer()
org.eclipse.emf.common.util.EList<AuditContainer> 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()
,
getParentContainer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |