Interface List
- 
- All Superinterfaces:
 EObject,ListOrMapping,Notifier,ValueOrList
- All Known Implementing Classes:
 ListImpl
public interface List extends ValueOrList, ListOrMapping
A representation of the model object 'List'.The following features are supported:
- See Also:
 ComposeFilePackage.getList()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>getList()Returns the value of the 'List' 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, eUnset 
- 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getList
EList<String> getList()
Returns the value of the 'List' attribute list. The list contents are of typeString.- Returns:
 - the value of the 'List' attribute list.
 - See Also:
 ComposeFilePackage.getList_List()- Generated class or method.
 - EMF model class or method.
 - unique="false"
 
 
 - 
 
 -