Package org.eclipse.epsilon.flexmi
Class EAttributeSlot
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.EAttributeSlot
-
public class EAttributeSlot extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.ecore.EAttributeeAttributeprotected org.eclipse.emf.ecore.EObjecteObject
-
Constructor Summary
Constructors Constructor Description EAttributeSlot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EAttributegetEAttribute()org.eclipse.emf.ecore.EObjectgetEObject()voidnewValue(String value)voidsetEAttribute(org.eclipse.emf.ecore.EAttribute eAttribute)voidsetEObject(org.eclipse.emf.ecore.EObject eObject)
-
-
-
Method Detail
-
getEAttribute
public org.eclipse.emf.ecore.EAttribute getEAttribute()
-
setEAttribute
public void setEAttribute(org.eclipse.emf.ecore.EAttribute eAttribute)
-
getEObject
public org.eclipse.emf.ecore.EObject getEObject()
-
setEObject
public void setEObject(org.eclipse.emf.ecore.EObject eObject)
-
newValue
public void newValue(String value)
-
-