org.eclipse.emf._2002.ecore
Class EFactory

java.lang.Object
  extended by org.eclipse.emf._2002.ecore.EModelElement
      extended by org.eclipse.emf._2002.ecore.EFactory
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class EFactory
extends EModelElement
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for EFactory complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EFactory">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}EModelElement">
       <attribute name="ePackage" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object ePackage
           
 
Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement
eAnnotations
 
Constructor Summary
EFactory()
           
 
Method Summary
 Object getEPackage()
          Gets the value of the ePackage property.
 void setEPackage(Object value)
          Sets the value of the ePackage property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.eclipse.emf._2002.ecore.EModelElement
getEAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ePackage

protected Object ePackage
Constructor Detail

EFactory

public EFactory()
Method Detail

getEPackage

public Object getEPackage()
Gets the value of the ePackage property.

Returns:
possible object is Object

setEPackage

public void setEPackage(Object value)
Sets the value of the ePackage property.

Parameters:
value - allowed object is Object

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class EModelElement

toString

public String toString()
Overrides:
toString in class EModelElement


Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.