public class EOperation extends ETypedElement
<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 java.util.List<EClassifier> |
eClassifierEExceptions |
protected java.lang.String |
eExceptions |
protected java.util.List<EParameter> |
eParameters |
eClassifierETypes, eType, lowerBound, ordered, unique, upperBoundnameeAnnotations| Constructor and Description |
|---|
EOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EClassifier> |
getEClassifierEExceptions()
Gets the value of the eClassifierEExceptions property.
|
java.lang.String |
getEExceptions()
Gets the value of the eExceptions property.
|
java.util.List<EParameter> |
getEParameters()
Gets the value of the eParameters property.
|
void |
setEExceptions(java.lang.String value)
Sets the value of the eExceptions property.
|
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBoundgetName, setNamegetEAnnotationsprotected java.util.List<EParameter> eParameters
protected java.util.List<EClassifier> eClassifierEExceptions
protected java.lang.String eExceptions
public java.util.List<EParameter> getEParameters()
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
EParameterpublic java.util.List<EClassifier> getEClassifierEExceptions()
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
EClassifierpublic java.lang.String getEExceptions()
Stringpublic void setEExceptions(java.lang.String value)
value - allowed object is String