Uses of Interface
org.eclipse.amp.amf.abase.aBase.Value

Packages that use Value
org.eclipse.amp.amf.abase.aBase   
org.eclipse.amp.amf.abase.aBase.impl   
org.eclipse.amp.amf.abase.aBase.util   
org.eclipse.amp.amf.parameters.aPar   
org.eclipse.amp.amf.parameters.aPar.impl   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
 

Uses of Value in org.eclipse.amp.amf.abase.aBase
 

Subinterfaces of Value in org.eclipse.amp.amf.abase.aBase
 interface BooleanValue
          A representation of the model object 'Boolean Value'.
 interface IntValue
          A representation of the model object 'Int Value'.
 interface RealValue
          A representation of the model object 'Real Value'.
 interface StringValue
          A representation of the model object 'String Value'.
 

Methods in org.eclipse.amp.amf.abase.aBase that return Value
 Value ABaseFactory.createValue()
          Returns a new object of class 'Value'.
 

Uses of Value in org.eclipse.amp.amf.abase.aBase.impl
 

Classes in org.eclipse.amp.amf.abase.aBase.impl that implement Value
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'.
 class IntValueImpl
          An implementation of the model object 'Int Value'.
 class RealValueImpl
          An implementation of the model object 'Real Value'.
 class StringValueImpl
          An implementation of the model object 'String Value'.
 class ValueImpl
          An implementation of the model object 'Value'.
 

Methods in org.eclipse.amp.amf.abase.aBase.impl that return Value
 Value ABaseFactoryImpl.createValue()
           
 

Uses of Value in org.eclipse.amp.amf.abase.aBase.util
 

Methods in org.eclipse.amp.amf.abase.aBase.util with parameters of type Value
 T ABaseSwitch.caseValue(Value object)
          Returns the result of interpreting the object as an instance of 'Value'.
 

Uses of Value in org.eclipse.amp.amf.parameters.aPar
 

Methods in org.eclipse.amp.amf.parameters.aPar that return Value
 Value Parameter.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.amp.amf.parameters.aPar with parameters of type Value
 void Parameter.setValue(Value value)
          Sets the value of the 'Value' containment reference.
 

Uses of Value in org.eclipse.amp.amf.parameters.aPar.impl
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return Value
 Value ParameterImpl.getValue()
           
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl with parameters of type Value
 org.eclipse.emf.common.notify.NotificationChain ParameterImpl.basicSetValue(Value newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ParameterImpl.setValue(Value newValue)
           
 

Uses of Value in org.eclipse.amp.amf.testing.aTest
 

Methods in org.eclipse.amp.amf.testing.aTest that return Value
 Value Constraint.getMaxValue()
          Returns the value of the 'Max Value' containment reference.
 Value Constraint.getMinValue()
          Returns the value of the 'Min Value' containment reference.
 

Methods in org.eclipse.amp.amf.testing.aTest with parameters of type Value
 void Constraint.setMaxValue(Value value)
          Sets the value of the 'Max Value' containment reference.
 void Constraint.setMinValue(Value value)
          Sets the value of the 'Min Value' containment reference.
 

Uses of Value in org.eclipse.amp.amf.testing.aTest.impl
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return Value
 Value ConstraintImpl.getMaxValue()
           
 Value ConstraintImpl.getMinValue()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl with parameters of type Value
 org.eclipse.emf.common.notify.NotificationChain ConstraintImpl.basicSetMaxValue(Value newMaxValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ConstraintImpl.basicSetMinValue(Value newMinValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ConstraintImpl.setMaxValue(Value newMaxValue)
           
 void ConstraintImpl.setMinValue(Value newMinValue)