org.eclipse.emf._2002.ecore
Class EOperation

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

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

Java class for EOperation complex type.

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

 <complexType name="EOperation">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}ETypedElement">
       <sequence>
         <element name="eTypeParameters" type="{http://www.eclipse.org/emf/2002/Ecore}ETypeParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="eParameters" type="{http://www.eclipse.org/emf/2002/Ecore}EParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="eGenericExceptions" type="{http://www.eclipse.org/emf/2002/Ecore}EGenericType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="eExceptions">
         <simpleType>
           <list itemType="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> eExceptions
           
protected  List<EGenericType> eGenericExceptions
           
protected  List<EParameter> eParameters
           
protected  List<ETypeParameter> eTypeParameters
           
 
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
EOperation()
           
 
Method Summary
 List<String> getEExceptions()
          Gets the value of the eExceptions property.
 List<EGenericType> getEGenericExceptions()
          Gets the value of the eGenericExceptions property.
 List<EParameter> getEParameters()
          Gets the value of the eParameters property.
 List<ETypeParameter> getETypeParameters()
          Gets the value of the eTypeParameters property.
 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
 

Field Detail

eTypeParameters

protected List<ETypeParameter> eTypeParameters

eParameters

protected List<EParameter> eParameters

eGenericExceptions

protected List<EGenericType> eGenericExceptions

eExceptions

protected List<String> eExceptions
Constructor Detail

EOperation

public EOperation()
Method Detail

getETypeParameters

public List<ETypeParameter> getETypeParameters()
Gets the value of the eTypeParameters 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 eTypeParameters property.

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

    getETypeParameters().add(newItem);
 

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


getEParameters

public List<EParameter> getEParameters()
Gets the value of the eParameters 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 eParameters property.

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

    getEParameters().add(newItem);
 

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


getEGenericExceptions

public List<EGenericType> getEGenericExceptions()
Gets the value of the eGenericExceptions 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 eGenericExceptions property.

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

    getEGenericExceptions().add(newItem);
 

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


getEExceptions

public List<String> getEExceptions()
Gets the value of the eExceptions 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 eExceptions property.

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

    getEExceptions().add(newItem);
 

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


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.