Interface FiniteSetValueType
-
- All Superinterfaces:
CountableSetValueType
- All Known Subinterfaces:
OrderedSetValueType
public interface FiniteSetValueType extends CountableSetValueType
A representation of the model object 'Finite Set Value Type'.The following features are supported:
- See Also:
BasicPropertiesPackage.getFiniteSetValueType()
- 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<Manifestation>
getValues()
Returns the value of the 'Values' reference list.-
Methods inherited from interface tools.mdsd.characteristics.valuetype.properties.BasicProperties.CountableSetValueType
iterator
-
-
-
-
Method Detail
-
getValues
EList<Manifestation> getValues()
Returns the value of the 'Values' reference list. The list contents are of typeManifestation
.- Returns:
- the value of the 'Values' reference list.
- See Also:
BasicPropertiesPackage.getFiniteSetValueType_Values()
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='self.values()'"
-
-