Uses of Enum Class
org.eclipse.esmf.metamodel.CollectionValue.CollectionType
Packages that use CollectionValue.CollectionType
Package
Description
-
Uses of CollectionValue.CollectionType in org.eclipse.esmf.characteristic
Methods in org.eclipse.esmf.characteristic that return CollectionValue.CollectionType -
Uses of CollectionValue.CollectionType in org.eclipse.esmf.characteristic.impl
Methods in org.eclipse.esmf.characteristic.impl that return CollectionValue.CollectionTypeModifier and TypeMethodDescriptionDefaultCollection.getCollectionType()DefaultList.getCollectionType()DefaultSet.getCollectionType()DefaultSortedSet.getCollectionType() -
Uses of CollectionValue.CollectionType in org.eclipse.esmf.metamodel
Methods in org.eclipse.esmf.metamodel that return CollectionValue.CollectionTypeModifier and TypeMethodDescriptionCollectionValue.getCollectionType()Returns the enum constant of this class with the specified name.static CollectionValue.CollectionType[]CollectionValue.CollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CollectionValue.CollectionType in org.eclipse.esmf.metamodel.impl
Methods in org.eclipse.esmf.metamodel.impl that return CollectionValue.CollectionTypeConstructors in org.eclipse.esmf.metamodel.impl with parameters of type CollectionValue.CollectionTypeModifierConstructorDescriptionDefaultCollectionValue(Collection<Value> values, CollectionValue.CollectionType collectionType, Type elementType)