org.eclipse.gmf.codegen.gmfgen
Interface GenAuditable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GenRuleTarget, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenAuditedMetricTarget, GenDiagramElementTarget, GenDomainAttributeTarget, GenDomainElementTarget, GenNotationElementTarget
All Known Implementing Classes:
GenAuditableImpl, GenAuditedMetricTargetImpl, GenDiagramElementTargetImpl, GenDomainAttributeTargetImpl, GenDomainElementTargetImpl, GenNotationElementTargetImpl

public interface GenAuditable
extends GenRuleTarget

A representation of the model object 'Gen Auditable'. Target suitable for auditing

The following features are supported:

See Also:
GMFGenPackage.getGenAuditable()
Generated
Model Properties:
abstract="true"

Method Summary
 GenAuditContext getContextSelector()
          Returns the value of the 'Context Selector' reference.
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetClass()
          Gets the validation target class in terms of EMFT validation framework.
 String getTargetClassModelQualifiedName()
          Consists of ecore meta-model only package names and target class simple name
 void setContextSelector(GenAuditContext value)
          Sets the value of the 'Context Selector' reference.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenRuleTarget
getContext
 
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

getContextSelector

GenAuditContext getContextSelector()
Returns the value of the 'Context Selector' reference. It is bidirectional and its opposite is 'Rule Targets'. To apply audit to this target, we need to select appropriate input, and here's selector that helps with that

Returns:
the value of the 'Context Selector' reference.
See Also:
setContextSelector(GenAuditContext), GMFGenPackage.getGenAuditable_ContextSelector(), GenAuditContext.getRuleTargets()
Generated
Model Properties:
opposite="ruleTargets"

setContextSelector

void setContextSelector(GenAuditContext value)
Sets the value of the 'Context Selector' reference.

Parameters:
value - the new value of the 'Context Selector' reference.
See Also:
getContextSelector()
Generated

getTargetClass

org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetClass()
Gets the validation target class in terms of EMFT validation framework.

Generated
Model Properties:
kind="operation"

getTargetClassModelQualifiedName

String getTargetClassModelQualifiedName()
Consists of ecore meta-model only package names and target class simple name

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.