edu.ksu.cis.cadena.core.specification.property
Interface CollectionValue
- All Superinterfaces:
- CalmObject, PropertyValue
public interface CollectionValue
- extends PropertyValue
A representation of the model object 'Collection Value'.
The following features are supported:
- See Also:
PropertyPackage.getCollectionValue()
getValues
EList getValues()
- Returns the value of the 'Values' containment reference list.
The list contents are of type
PropertyValue.
If the meaning of the 'Values' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Values' containment reference list.
- See Also:
PropertyPackage.getCollectionValue_Values()
getTypedValues
java.util.List<PropertyValue> getTypedValues()