Uses of Interface
org.atlanmod.widespread.Folder
| Package | Description |
|---|---|
| org.atlanmod.widespread | |
| org.atlanmod.widespread.impl | |
| org.atlanmod.widespread.util |
-
Uses of Folder in org.atlanmod.widespread
Methods in org.atlanmod.widespread that return Folder Modifier and Type Method Description FolderWidespreadFactory. createFolder()Returns a new object of class 'Folder'.Methods in org.atlanmod.widespread that return types with arguments of type Folder Modifier and Type Method Description org.eclipse.emf.common.util.EList<Folder>Folder. getContents()Returns the value of the 'Contents' containment reference list. -
Uses of Folder in org.atlanmod.widespread.impl
Classes in org.atlanmod.widespread.impl that implement Folder Modifier and Type Class Description classFolderImplAn implementation of the model object 'Folder'.Fields in org.atlanmod.widespread.impl with type parameters of type Folder Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Folder>FolderImpl. contentsThe cached value of the 'Contents' containment reference list.Methods in org.atlanmod.widespread.impl that return Folder Modifier and Type Method Description FolderWidespreadFactoryImpl. createFolder()Methods in org.atlanmod.widespread.impl that return types with arguments of type Folder Modifier and Type Method Description org.eclipse.emf.common.util.EList<Folder>FolderImpl. getContents() -
Uses of Folder in org.atlanmod.widespread.util
Methods in org.atlanmod.widespread.util with parameters of type Folder Modifier and Type Method Description TWidespreadSwitch. caseFolder(Folder object)Returns the result of interpreting the object as an instance of 'Folder'.