Package org.eclipse.esmf.metamodel.impl
Class DefaultCollectionValue
java.lang.Object
org.eclipse.esmf.metamodel.impl.DefaultCollectionValue
- All Implemented Interfaces:
CollectionValue,ModelElement,Value
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.esmf.metamodel.CollectionValue
CollectionValue.CollectionType -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCollectionValue(Collection<Value> values, CollectionValue.CollectionType collectionType, Type elementType) -
Method Summary
Modifier and TypeMethodDescription<T,C> T accept(AspectVisitor<T, C> visitor, C context) booleanorg.eclipse.esmf.samm.KnownVersiongetType()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, is
-
Constructor Details
-
DefaultCollectionValue
public DefaultCollectionValue(Collection<Value> values, CollectionValue.CollectionType collectionType, Type elementType)
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceCollectionValue
-
getType
-
getCollectionType
- Specified by:
getCollectionTypein interfaceCollectionValue
-
getMetaModelVersion
public org.eclipse.esmf.samm.KnownVersion getMetaModelVersion()- Specified by:
getMetaModelVersionin interfaceModelElement- Returns:
- the version of the Aspect Meta Model on which the Aspect Model is based.
-
accept
- Specified by:
acceptin interfaceModelElement
-
toString
-
equals
-
hashCode
public int hashCode()
-