org.eclipse.emf._2002.ecore
Class EFactory
java.lang.Object
org.eclipse.emf._2002.ecore.EModelElement
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>
ePackage
protected Object ePackage
EFactory
public EFactory()
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.