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>
| Modifier and Type | Field and Description |
|---|---|
protected List<EClassifier> |
eClassifierEExceptions |
protected String |
eExceptions |
protected List<EParameter> |
eParameters |
eClassifierETypes, eType, lowerBound, ordered, unique, upperBoundnameeAnnotations| Constructor and Description |
|---|
EOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<EClassifier> |
getEClassifierEExceptions()
Gets the value of the eClassifierEExceptions property.
|
String |
getEExceptions()
Gets the value of the eExceptions property.
|
List<EParameter> |
getEParameters()
Gets the value of the eParameters property.
|
void |
setEExceptions(String value)
Sets the value of the eExceptions property.
|
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBoundgetName, setNamegetEAnnotationsprotected List<EParameter> eParameters
protected List<EClassifier> eClassifierEExceptions
protected String eExceptions
public List<EParameter> getEParameters()
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
public List<EClassifier> getEClassifierEExceptions()
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 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 list
EClassifier
public String getEExceptions()
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.