Package org.eclipse.esmf.metamodel
Interface CollectionValue
- All Superinterfaces:
ModelElement,Value
- All Known Implementing Classes:
DefaultCollectionValue
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, is
-
Method Details
-
getCollectionType
CollectionValue.CollectionType getCollectionType() -
getValues
Collection<Value> getValues()
-