Class EAttributeSlot


  • public class EAttributeSlot
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.emf.ecore.EAttribute eAttribute  
      protected org.eclipse.emf.ecore.EObject eObject  
    • Constructor Summary

      Constructors 
      Constructor Description
      EAttributeSlot()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EAttribute getEAttribute()  
      org.eclipse.emf.ecore.EObject getEObject()  
      void newValue​(java.lang.String value)  
      void setEAttribute​(org.eclipse.emf.ecore.EAttribute eAttribute)  
      void setEObject​(org.eclipse.emf.ecore.EObject eObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eAttribute

        protected org.eclipse.emf.ecore.EAttribute eAttribute
      • eObject

        protected org.eclipse.emf.ecore.EObject eObject
    • Constructor Detail

      • EAttributeSlot

        public EAttributeSlot()
    • 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​(java.lang.String value)