org.eclipse.emf._2002.ecore
Class ETypeParameter
java.lang.Object
org.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
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>
eBounds
protected List<EGenericType> eBounds
ETypeParameter
public ETypeParameter()
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.