|
Generation Framework | |||||||||
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. |
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 |
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(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 |
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 |
---|
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()
java.lang.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(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.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(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
setDescription(String)
,
GMFGenPackage.getGenAuditContainer_Description()
void setDescription(java.lang.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()
|
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.