Class EOperation
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.ecore.EObject
-
- org.apache.openejb.jee.was.v6.ecore.EModelElement
-
- org.apache.openejb.jee.was.v6.ecore.ENamedElement
-
- org.apache.openejb.jee.was.v6.ecore.ETypedElement
-
- org.apache.openejb.jee.was.v6.ecore.EOperation
-
- Direct Known Subclasses:
Method
public class EOperation extends ETypedElement
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"> <choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eParameters" type="{http://www.eclipse.org/emf/2002/Ecore}EParameter"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eExceptions" type="{http://www.eclipse.org/emf/2002/Ecore}EClassifier"/> </choice> </choice> <attribute name="eExceptions" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EClassifier>eClassifierEExceptionsprotected StringeExceptionsprotected List<EParameter>eParameters-
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
eClassifierETypes, eType, lowerBound, ordered, unique, upperBound
-
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
name
-
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
eAnnotations
-
-
Constructor Summary
Constructors Constructor Description EOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EClassifier>getEClassifierEExceptions()Gets the value of the eClassifierEExceptions property.StringgetEExceptions()Gets the value of the eExceptions property.List<EParameter>getEParameters()Gets the value of the eParameters property.voidsetEExceptions(String value)Sets the value of the eExceptions property.-
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
-
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
getName, setName
-
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
getEAnnotations
-
-
-
-
Field Detail
-
eParameters
protected List<EParameter> eParameters
-
eClassifierEExceptions
protected List<EClassifier> eClassifierEExceptions
-
eExceptions
protected String eExceptions
-
-
Method Detail
-
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 asetmethod 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 listEParameter
-
getEClassifierEExceptions
public List<EClassifier> getEClassifierEExceptions()
Gets the value of the eClassifierEExceptions 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 asetmethod for the eClassifierEExceptions property. For example, to add a new item, do as follows:getEClassifierEExceptions().add(newItem);
Objects of the following type(s) are allowed in the listEClassifier
-
getEExceptions
public String getEExceptions()
Gets the value of the eExceptions property.- Returns:
- possible object is
String
-
-