org.eclipse.emf._2002.ecore
Class ETypeParameter

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.ETypeParameter
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class ETypeParameter
extends ENamedElement
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for ETypeParameter complex type.

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

 <complexType name="ETypeParameter">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
       <sequence>
         <element name="eBounds" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<EGenericType> eBounds
           
 
Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement
name
 
Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement
eAnnotations
 
Constructor Summary
ETypeParameter()
           
 
Method Summary
 List<EGenericType> getEBounds()
          Gets the value of the eBounds property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
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
 

Field Detail

eBounds

protected List<EGenericType> eBounds
Constructor Detail

ETypeParameter

public ETypeParameter()
Method Detail

getEBounds

public List<EGenericType> getEBounds()
Gets the value of the eBounds property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eBounds property.

For example, to add a new item, do as follows:

    getEBounds().add(newItem);
 

Objects of the following type(s) are allowed in the list EGenericType


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 ENamedElement

toString

public String toString()
Overrides:
toString in class ENamedElement


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