org.eclipse.gmf.mappings
Interface AuditContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AuditContainerImpl

public interface AuditContainer
extends org.eclipse.emf.ecore.EObject

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:

See Also:
GMFMapPackage.getAuditContainer()
Generated
Model Properties:

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

getId

String getId()
Returns the value of the 'Id' attribute. Identifier which is unique within the scope of its parent container.

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), GMFMapPackage.getAuditContainer_Id()
Generated
Model Properties:
required="true" annotation="http://www.eclipse.org/gmf/2005/constraints ocl='not parentContainer.oclIsUndefined() implies parentContainer.childContainers->one(i | i.id = self.id)' description='Audit container with the same ID already exists'"

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated

getName

String getName()
Returns the value of the 'Name' attribute. A human readable name for the category of audits organized in this container

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFMapPackage.getAuditContainer_Name()
Generated
Model Properties:

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getDescription

String getDescription()
Returns the value of the 'Description' attribute. The detailed description of this audit container

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), GMFMapPackage.getAuditContainer_Description()
Generated
Model Properties:

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

getParentContainer

AuditContainer getParentContainer()
Returns the value of the 'Parent Container' container reference. It is bidirectional and its opposite is 'Child Containers'.

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

Returns:
the value of the 'Parent Container' container reference.
See Also:
setParentContainer(AuditContainer), GMFMapPackage.getAuditContainer_ParentContainer(), getChildContainers()
Generated
Model Properties:
opposite="childContainers" transient="false"

setParentContainer

void setParentContainer(AuditContainer value)
Sets the value of the 'Parent Container' container reference.

Parameters:
value - the new value of the 'Parent Container' container reference.
See Also:
getParentContainer()
Generated

getAudits

org.eclipse.emf.common.util.EList<AuditRule> getAudits()
Returns the value of the 'Audits' containment reference list. The list contents are of type AuditRule. It is bidirectional and its opposite is 'Container'. The audit rules organized in this container

Returns:
the value of the 'Audits' containment reference list.
See Also:
GMFMapPackage.getAuditContainer_Audits(), AuditRule.getContainer()
Generated
Model Properties:
opposite="container" containment="true"

getChildContainers

org.eclipse.emf.common.util.EList<AuditContainer> getChildContainers()
Returns the value of the 'Child Containers' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Child Containers' containment reference list.
See Also:
GMFMapPackage.getAuditContainer_ChildContainers(), getParentContainer()
Generated
Model Properties:
opposite="parentContainer" containment="true"


Copyright © 2012. All Rights Reserved.