Interface CollectionDatatype
-
- All Known Implementing Classes:
CollectionDatatypeImpl
public interface CollectionDatatype extends Datatype
A representation of the model object 'Collection Datatype'.The following features are supported:
- See Also:
LanguagePackage.getCollectionDatatype()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatatypegetCollectionType()Returns the value of the 'Collection Type' reference.voidsetCollectionType(Datatype value)Sets the value of the 'Collection Type' reference.-
Methods inherited from interface org.palladiosimulator.textual.tpcm.language.Datatype
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getCollectionType
Datatype getCollectionType()
Returns the value of the 'Collection Type' reference.- Returns:
- the value of the 'Collection Type' reference.
- See Also:
setCollectionType(Datatype),LanguagePackage.getCollectionDatatype_CollectionType()- Generated class or method.
- EMF model class or method.
-
setCollectionType
void setCollectionType(Datatype value)
Sets the value of the 'Collection Type' reference.- Parameters:
value- the new value of the 'Collection Type' reference.- See Also:
getCollectionType()- Generated class or method.
-
-