Interface ParametricValueType
-
public interface ParametricValueType
A representation of the model object 'Parametric Value Type'.The following features are supported:
- See Also:
BasicPropertiesPackage.getParametricValueType()
- Generated class or method.
- EMF model class or method.
- interface="true" abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ValueType>
getParameters()
Returns the value of the 'Parameters' reference list.
-
-
-
Method Detail
-
getParameters
EList<ValueType> getParameters()
Returns the value of the 'Parameters' reference list. The list contents are of typeValueType
.- Returns:
- the value of the 'Parameters' reference list.
- See Also:
BasicPropertiesPackage.getParametricValueType_Parameters()
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" changeable="false" volatile="true" derived="true"
-
-