@Beta public class ProjectDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectDescription.ProjectDescriptionAdapter |
| Constructor and Description |
|---|
ProjectDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
static ProjectDescription |
findInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
List<String> |
getDependencies() |
String |
getName() |
static ProjectDescription |
removeFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
void |
setDependencies(List<String> dependencies) |
void |
setName(String name) |
public static ProjectDescription findInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public static ProjectDescription removeFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public void attachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public void setName(String name)
Copyright © 2015. All Rights Reserved.