Interface NumericValue
- All Superinterfaces:
EObject
,Notifier
,TransformationSpecification
- All Known Implementing Classes:
NumericValueImpl
A representation of the model object 'Numeric Value'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Transformation Number' attribute.Returns the value of the 'Transformation Type' attribute.Returns the value of the 'Value Type' attribute.void
setTransformationNumber
(String value) Sets the value of the 'Transformation Number
' attribute.void
Sets the value of the 'Transformation Type
' attribute.void
setValueType
(String value) Sets the value of the 'Value Type
' attribute.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 Details
-
getValueType
String getValueType()Returns the value of the 'Value Type' attribute.If the meaning of the 'Value Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setValueType
Sets the value of the 'Value Type
' attribute.- Parameters:
value
- the new value of the 'Value Type' attribute.- See Also:
- Generated class or method.
-
getTransformationType
TransformationType getTransformationType()Returns the value of the 'Transformation Type' attribute. The literals are from the enumerationTransformationType
.If the meaning of the 'Transformation Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transformation Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTransformationType
Sets the value of the 'Transformation Type
' attribute.- Parameters:
value
- the new value of the 'Transformation Type' attribute.- See Also:
- Generated class or method.
-
getTransformationNumber
String getTransformationNumber()Returns the value of the 'Transformation Number' attribute.If the meaning of the 'Transformation Number' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transformation Number' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTransformationNumber
Sets the value of the 'Transformation Number
' attribute.- Parameters:
value
- the new value of the 'Transformation Number' attribute.- See Also:
- Generated class or method.
-