org.eclipse.gmf.mappings
Interface AuditedMetricTarget

All Superinterfaces:
Auditable, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AuditedMetricTargetImpl

public interface AuditedMetricTarget
extends Auditable

A representation of the model object 'Audited Metric Target'. Target metric which can be evaluated by audit rule. The target context here is the metric rule resulting type classifier

The following features are supported:

See Also:
GMFMapPackage.getAuditedMetricTarget()
Generated
Model Properties:
annotation="http://www.eclipse.org/gmf/2005/constraints/meta def='context' ocl='\'ecore::EDoubleObject\''"

Method Summary
 MetricRule getMetric()
          Returns the value of the 'Metric' reference.
 void setMetric(MetricRule value)
          Sets the value of the 'Metric' 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

getMetric

MetricRule getMetric()
Returns the value of the 'Metric' reference. Metric which can be checked by audit

Returns:
the value of the 'Metric' reference.
See Also:
setMetric(MetricRule), GMFMapPackage.getAuditedMetricTarget_Metric()
Generated
Model Properties:
required="true"

setMetric

void setMetric(MetricRule value)
Sets the value of the 'Metric' reference.

Parameters:
value - the new value of the 'Metric' reference.
See Also:
getMetric()
Generated


Copyright © 2012. All Rights Reserved.