Uses of Interface
org.eclipse.gmf.mappings.ValueExpression

Packages that use ValueExpression
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of ValueExpression in org.eclipse.gmf.mappings
 

Subinterfaces of ValueExpression in org.eclipse.gmf.mappings
 interface Constraint
          A representation of the model object 'Constraint'.
 

Methods in org.eclipse.gmf.mappings that return ValueExpression
 ValueExpression GMFMapFactory.createValueExpression()
          Returns a new object of class 'Value Expression'.
 ValueExpression ExpressionLabelMapping.getEditExpression()
          Returns the value of the 'Edit Expression' containment reference.
 ValueExpression OclChoiceLabelMapping.getItemsExpression()
          Returns the value of the 'Items Expression' containment reference.
 ValueExpression MetricRule.getRule()
          Returns the value of the 'Rule' containment reference.
 ValueExpression OclChoiceLabelMapping.getShowExpression()
          Returns the value of the 'Show Expression' containment reference.
 ValueExpression FeatureValueSpec.getValue()
          Returns the value of the 'Value' containment reference.
 ValueExpression ExpressionLabelMapping.getViewExpression()
          Returns the value of the 'View Expression' containment reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type ValueExpression
 void ExpressionLabelMapping.setEditExpression(ValueExpression value)
          Sets the value of the 'Edit Expression' containment reference.
 void OclChoiceLabelMapping.setItemsExpression(ValueExpression value)
          Sets the value of the 'Items Expression' containment reference.
 void MetricRule.setRule(ValueExpression value)
          Sets the value of the 'Rule' containment reference.
 void OclChoiceLabelMapping.setShowExpression(ValueExpression value)
          Sets the value of the 'Show Expression' containment reference.
 void FeatureValueSpec.setValue(ValueExpression value)
          Sets the value of the 'Value' containment reference.
 void ExpressionLabelMapping.setViewExpression(ValueExpression value)
          Sets the value of the 'View Expression' containment reference.
 

Uses of ValueExpression in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as ValueExpression
protected  ValueExpression ExpressionLabelMappingImpl.editExpression
          The cached value of the 'Edit Expression' containment reference.
protected  ValueExpression OclChoiceLabelMappingImpl.itemsExpression
          The cached value of the 'Items Expression' containment reference.
protected  ValueExpression MetricRuleImpl.rule
          The cached value of the 'Rule' containment reference.
protected  ValueExpression OclChoiceLabelMappingImpl.showExpression
          The cached value of the 'Show Expression' containment reference.
protected  ValueExpression FeatureValueSpecImpl.value
          The cached value of the 'Value' containment reference.
protected  ValueExpression ExpressionLabelMappingImpl.viewExpression
          The cached value of the 'View Expression' containment reference.
 

Methods in org.eclipse.gmf.mappings.impl that return ValueExpression
 ValueExpression GMFMapFactoryImpl.createValueExpression()
           
 ValueExpression ExpressionLabelMappingImpl.getEditExpression()
           
 ValueExpression OclChoiceLabelMappingImpl.getItemsExpression()
           
 ValueExpression MetricRuleImpl.getRule()
           
 ValueExpression OclChoiceLabelMappingImpl.getShowExpression()
           
 ValueExpression FeatureValueSpecImpl.getValue()
           
 ValueExpression ExpressionLabelMappingImpl.getViewExpression()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type ValueExpression
 org.eclipse.emf.common.notify.NotificationChain ExpressionLabelMappingImpl.basicSetEditExpression(ValueExpression newEditExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OclChoiceLabelMappingImpl.basicSetItemsExpression(ValueExpression newItemsExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain MetricRuleImpl.basicSetRule(ValueExpression newRule, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OclChoiceLabelMappingImpl.basicSetShowExpression(ValueExpression newShowExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FeatureValueSpecImpl.basicSetValue(ValueExpression newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ExpressionLabelMappingImpl.basicSetViewExpression(ValueExpression newViewExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExpressionLabelMappingImpl.setEditExpression(ValueExpression newEditExpression)
           
 void OclChoiceLabelMappingImpl.setItemsExpression(ValueExpression newItemsExpression)
           
 void MetricRuleImpl.setRule(ValueExpression newRule)
           
 void OclChoiceLabelMappingImpl.setShowExpression(ValueExpression newShowExpression)
           
 void FeatureValueSpecImpl.setValue(ValueExpression newValue)
           
 void ExpressionLabelMappingImpl.setViewExpression(ValueExpression newViewExpression)
           
 

Uses of ValueExpression in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type ValueExpression
 T GMFMapSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpreting the object as an instance of 'Value Expression'.
 



Copyright © 2012. All Rights Reserved.