|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenAuditContainer
A representation of the model object 'Gen Audit Container'. Represents constraint category of emft.validation framework
The following features are supported:
GMFGenPackage.getGenAuditContainer()
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 |
---|
GenAuditRoot getRoot()
Categories
'.
If the meaning of the 'Root' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenAuditContainer_Root()
,
GenAuditRoot.getCategories()
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.
setId(String)
,
GMFGenPackage.getGenAuditContainer_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
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
setName(String)
,
GMFGenPackage.getGenAuditContainer_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getDescription()
setDescription(String)
,
GMFGenPackage.getGenAuditContainer_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
org.eclipse.emf.common.util.EList<GenAuditContainer> getPath()
GenAuditContainer
.
Hierarchical path of this audit container as ordered list of containers beginning with the root and ended with this container
GMFGenPackage.getGenAuditContainer_Path()
org.eclipse.emf.common.util.EList<GenAuditRule> getAudits()
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...
GMFGenPackage.getGenAuditContainer_Audits()
,
GenAuditRule.getCategory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |