|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenMetricRule
A representation of the model object 'Gen Metric Rule'.
The following features are supported:
GMFGenPackage.getGenMetricRule()
Method Summary | |
---|---|
GenMetricContainer |
getContainer()
Returns the value of the 'Container' container reference. |
java.lang.Double |
getHighLimit()
Returns the value of the 'High Limit' attribute |
java.lang.String |
getKey()
Returns the value of the 'Key' attribute |
java.lang.Double |
getLowLimit()
Returns the value of the 'Low Limit' attribute |
ValueExpression |
getRule()
Returns the value of the 'Rule' reference |
GenMeasurable |
getTarget()
Returns the value of the 'Target' containment reference |
void |
setContainer(GenMetricContainer value)
Sets the value of the ' Container ' container reference |
void |
setHighLimit(java.lang.Double value)
Sets the value of the ' High Limit ' attribute |
void |
setKey(java.lang.String value)
Sets the value of the ' Key ' attribute |
void |
setLowLimit(java.lang.Double value)
Sets the value of the ' Low Limit ' attribute |
void |
setRule(ValueExpression value)
Sets the value of the ' Rule ' reference |
void |
setTarget(GenMeasurable value)
Sets the value of the ' Target ' containment reference |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenRuleBase |
---|
getDescription, getName, setDescription, setName |
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 |
---|
java.lang.String getKey()
setKey(String)
,
GMFGenPackage.getGenMetricRule_Key()
void setKey(java.lang.String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
ValueExpression getRule()
setRule(ValueExpression)
,
GMFGenPackage.getGenMetricRule_Rule()
void setRule(ValueExpression value)
Rule
' reference.
value
- the new value of the 'Rule' reference.getRule()
GenMeasurable getTarget()
setTarget(GenMeasurable)
,
GMFGenPackage.getGenMetricRule_Target()
void setTarget(GenMeasurable value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()
GenMetricContainer getContainer()
Metrics
'.
The containing metric container of this metric rule
setContainer(GenMetricContainer)
,
GMFGenPackage.getGenMetricRule_Container()
,
GenMetricContainer.getMetrics()
void setContainer(GenMetricContainer value)
Container
' container reference.
value
- the new value of the 'Container' container reference.getContainer()
java.lang.Double getLowLimit()
If the meaning of the 'Low Limit' attribute isn't clear, there really should be more of a description here...
setLowLimit(Double)
,
GMFGenPackage.getGenMetricRule_LowLimit()
void setLowLimit(java.lang.Double value)
Low Limit
' attribute.
value
- the new value of the 'Low Limit' attribute.getLowLimit()
java.lang.Double getHighLimit()
If the meaning of the 'High Limit' attribute isn't clear, there really should be more of a description here...
setHighLimit(Double)
,
GMFGenPackage.getGenMetricRule_HighLimit()
void setHighLimit(java.lang.Double value)
High Limit
' attribute.
value
- the new value of the 'High Limit' attribute.getHighLimit()
|
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.