|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.ETypedElement
org.eclipse.emf._2002.ecore.EOperation
public class EOperation
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 |
|---|
protected List<ETypeParameter> eTypeParameters
protected List<EParameter> eParameters
protected List<EGenericType> eGenericExceptions
protected List<String> eExceptions
| Constructor Detail |
|---|
public EOperation()
| Method Detail |
|---|
public List<ETypeParameter> getETypeParameters()
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
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<EGenericType> getEGenericExceptions()
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
public List<String> getEExceptions()
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
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class ETypedElementpublic String toString()
toString in class ETypedElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||