|
Generation Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenAuditContext
A representation of the model object 'Gen Audit Context'.
The following features are supported:
GMFGenPackage.getGenAuditContext()| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.String |
getQualifiedClassName()
|
GenAuditRoot |
getRoot()
Returns the value of the 'Root' container reference. |
org.eclipse.emf.common.util.EList<GenAuditable> |
getRuleTargets()
Returns the value of the 'Rule Targets' reference list. |
void |
setClassName(java.lang.String value)
Sets the value of the ' Class Name' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute |
void |
setRoot(GenAuditRoot value)
Sets the value of the ' Root' container reference |
| 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()
Client Contexts'.
If the meaning of the 'Root' container reference isn't clear, there really should be more of a description here...
setRoot(GenAuditRoot),
GMFGenPackage.getGenAuditContext_Root(),
GenAuditRoot.getClientContexts()void setRoot(GenAuditRoot value)
Root' container reference.
value - the new value of the 'Root' container reference.getRoot()java.lang.String getId()
"DefaultCtx".
Identifier of the validation client context for this target. Should be a valid java identifier. Identifier will be qualified automatically (i.e. should be unique within this editor only).
setId(String),
GMFGenPackage.getGenAuditContext_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
Unless explicitly set, equals to 'id'. Note, this class may get generated as inner class.
setClassName(String),
GMFGenPackage.getGenAuditContext_ClassName()void setClassName(java.lang.String value)
Class Name' attribute.
value - the new value of the 'Class Name' attribute.getClassName()org.eclipse.emf.common.util.EList<GenAuditable> getRuleTargets()
GenAuditable.
It is bidirectional and its opposite is 'Context Selector'.
If the meaning of the 'Rule Targets' reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenAuditContext_RuleTargets(),
GenAuditable.getContextSelector()java.lang.String getQualifiedClassName()
|
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.