org.eclipse.gmf.codegen.gmfgen
Interface GenAuditContainer

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

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

A representation of the model object 'Gen Audit Container'. Represents constraint category of emft.validation framework

The following features are supported:

See Also:
GMFGenPackage.getGenAuditContainer()
Generated
Model Properties:

Method Summary
 org.eclipse.emf.common.util.EList<GenAuditRule> getAudits()
          Returns the value of the 'Audits' 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.
 org.eclipse.emf.common.util.EList<GenAuditContainer> getPath()
          Returns the value of the 'Path' reference list.
 GenAuditRoot getRoot()
          Returns the value of the 'Root' 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.
 
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

getRoot

GenAuditRoot getRoot()
Returns the value of the 'Root' container reference. It is bidirectional and its opposite is 'Categories'.

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

Returns:
the value of the 'Root' container reference.
See Also:
GMFGenPackage.getGenAuditContainer_Root(), GenAuditRoot.getCategories()
Generated
Model Properties:
opposite="categories" resolveProxies="false" required="true" transient="false" changeable="false"

getId

String getId()
Returns the value of the 'Id' attribute.

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.

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), GMFGenPackage.getGenAuditContainer_Id()
Generated
Model Properties:
required="true"

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.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFGenPackage.getGenAuditContainer_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), GMFGenPackage.getGenAuditContainer_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

getPath

org.eclipse.emf.common.util.EList<GenAuditContainer> getPath()
Returns the value of the 'Path' reference list. The list contents are of type GenAuditContainer. Hierarchical path of this audit container as ordered list of containers beginning with the root and ended with this container

Returns:
the value of the 'Path' reference list.
See Also:
GMFGenPackage.getGenAuditContainer_Path()
Generated
Model Properties:
required="true"

getAudits

org.eclipse.emf.common.util.EList<GenAuditRule> getAudits()
Returns the value of the 'Audits' reference list. The list contents are of type GenAuditRule. It is bidirectional and its opposite is 'Category'.

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

Returns:
the value of the 'Audits' reference list.
See Also:
GMFGenPackage.getGenAuditContainer_Audits(), GenAuditRule.getCategory()
Generated
Model Properties:
opposite="category"


Copyright © 2012. All Rights Reserved.