Package org.atlanmod.widespread
Interface MultivaluedAttributes
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MultivaluedAttributesImpl
public interface MultivaluedAttributes
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Multivalued Attributes'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Double>getMultivaluedDouble()Returns the value of the 'Multivalued Double' attribute list.org.eclipse.emf.common.util.EList<Integer>getMultivaluedInt()Returns the value of the 'Multivalued Int' attribute list.org.eclipse.emf.common.util.EList<String>getMultivaluedString()Returns the value of the 'Multivalued String' attribute list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMultivaluedString
org.eclipse.emf.common.util.EList<String> getMultivaluedString()Returns the value of the 'Multivalued String' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Multivalued String' attribute list.
- See Also:
WidespreadPackage.getMultivaluedAttributes_MultivaluedString()
-
getMultivaluedInt
org.eclipse.emf.common.util.EList<Integer> getMultivaluedInt()Returns the value of the 'Multivalued Int' attribute list. The list contents are of typeInteger.- Returns:
- the value of the 'Multivalued Int' attribute list.
- See Also:
WidespreadPackage.getMultivaluedAttributes_MultivaluedInt()
-
getMultivaluedDouble
org.eclipse.emf.common.util.EList<Double> getMultivaluedDouble()Returns the value of the 'Multivalued Double' attribute list. The list contents are of typeDouble.- Returns:
- the value of the 'Multivalued Double' attribute list.
- See Also:
WidespreadPackage.getMultivaluedAttributes_MultivaluedDouble()
-