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()

Method Summary
 java.util.List<PropertyValue> getTypedValues()
           
 EList getValues()
          Returns the value of the 'Values' containment reference list.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.PropertyValue
getPrimitiveType, getType, isEqual, setType
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

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()