|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SweepParameter.getEndValue()
Returns the value of the 'End Value' containment reference. |
Value |
SweepParameter.getIncrement()
Returns the value of the 'Increment' containment reference. |
Value |
SweepParameter.getStartValue()
Returns the value of the 'Start Value' containment reference. |
Value |
SingleParameter.getValue()
Returns the value of the 'Value' containment reference. |
Methods in org.eclipse.amp.amf.parameters.aPar with parameters of type Value | |
---|---|
void |
SweepParameter.setEndValue(Value value)
Sets the value of the ' End Value ' containment reference. |
void |
SweepParameter.setIncrement(Value value)
Sets the value of the ' Increment ' containment reference. |
void |
SweepParameter.setStartValue(Value value)
Sets the value of the ' Start Value ' containment reference. |
void |
SingleParameter.setValue(Value value)
Sets the value of the ' Value ' containment reference. |
Uses of Value in org.eclipse.amp.amf.parameters.aPar.impl |
---|
Fields in org.eclipse.amp.amf.parameters.aPar.impl declared as Value | |
---|---|
protected Value |
SweepParameterImpl.endValue
The cached value of the ' End Value ' containment reference. |
protected Value |
SweepParameterImpl.increment
The cached value of the ' Increment ' containment reference. |
protected Value |
SweepParameterImpl.startValue
The cached value of the ' Start Value ' containment reference. |
protected Value |
SingleParameterImpl.value
The cached value of the ' Value ' containment reference. |
Methods in org.eclipse.amp.amf.parameters.aPar.impl that return Value | |
---|---|
Value |
SweepParameterImpl.getEndValue()
|
Value |
SweepParameterImpl.getIncrement()
|
Value |
SweepParameterImpl.getStartValue()
|
Value |
SingleParameterImpl.getValue()
|
Methods in org.eclipse.amp.amf.parameters.aPar.impl with parameters of type Value | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SweepParameterImpl.basicSetEndValue(Value newEndValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SweepParameterImpl.basicSetIncrement(Value newIncrement,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SweepParameterImpl.basicSetStartValue(Value newStartValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SingleParameterImpl.basicSetValue(Value newValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
SweepParameterImpl.setEndValue(Value newEndValue)
|
void |
SweepParameterImpl.setIncrement(Value newIncrement)
|
void |
SweepParameterImpl.setStartValue(Value newStartValue)
|
void |
SingleParameterImpl.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 |
---|
Fields in org.eclipse.amp.amf.testing.aTest.impl declared as Value | |
---|---|
protected Value |
ConstraintImpl.maxValue
The cached value of the ' Max Value ' containment reference. |
protected Value |
ConstraintImpl.minValue
The cached value of the ' Min Value ' containment reference. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |