org.eclipse.emf._2002.ecore
Class EParameter

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

public class EParameter
extends ETypedElement
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for EParameter complex type.

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

 <complexType name="EParameter">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}ETypedElement">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.eclipse.emf._2002.ecore.ETypedElement
eGenericType, eType, lowerBound, many, ordered, required, unique, upperBound
 
Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement
name
 
Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement
eAnnotations
 
Constructor Summary
EParameter()
           
 
Method Summary
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.eclipse.emf._2002.ecore.ETypedElement
getEGenericType, getEType, getLowerBound, getMany, getOrdered, getRequired, getUnique, getUpperBound, setEGenericType, setEType, setLowerBound, setMany, setOrdered, setRequired, setUnique, setUpperBound
 
Methods inherited from class org.eclipse.emf._2002.ecore.ENamedElement
getName, setName
 
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
 

Constructor Detail

EParameter

public EParameter()
Method Detail

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 ETypedElement

toString

public String toString()
Overrides:
toString in class ETypedElement


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