|
||||||||||
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 | |
---|---|
String |
getClassName()
Returns the value of the 'Class Name' attribute. |
String |
getId()
Returns the value of the 'Id' attribute. |
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(String value)
Sets the value of the ' Class Name ' attribute. |
void |
setId(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, eInvoke, 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()
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(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
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(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()
String getQualifiedClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |