|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operation
A representation of the model object 'Operation'.
WSDLPackage.getOperation()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getEFaults()
Returns the value of the 'EFaults' containment reference list. |
Input |
getEInput()
Returns the value of the 'EInput' containment reference |
Output |
getEOutput()
Returns the value of the 'EOutput' containment reference |
org.eclipse.emf.common.util.EList |
getEParameterOrdering()
Returns the value of the 'EParameter Ordering' reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
OperationType |
getStyle()
Returns the value of the 'Style' attribute |
boolean |
isUndefined()
Returns the value of the 'Undefined' attribute |
void |
setEInput(Input value)
Sets the value of the ' EInput ' containment reference |
void |
setEOutput(Output value)
Sets the value of the ' EOutput ' containment reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setStyle(OperationType value)
Sets the value of the ' Style ' attribute |
void |
setUndefined(boolean value)
Sets the value of the ' Undefined ' attribute |
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibleElement |
---|
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements |
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement |
---|
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
OperationType getStyle()
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
setStyle(OperationType)
,
WSDLPackage.getOperation_Style()
void setStyle(OperationType value)
Style
' attribute.
value
- the new value of the 'Style' attribute.getStyle()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
WSDLPackage.getOperation_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isUndefined()
If the meaning of the 'Undefined' attribute isn't clear, there really should be more of a description here...
setUndefined(boolean)
,
WSDLPackage.getOperation_Undefined()
void setUndefined(boolean value)
Undefined
' attribute.
value
- the new value of the 'Undefined' attribute.isUndefined()
Input getEInput()
If the meaning of the 'EInput' containment reference isn't clear, there really should be more of a description here...
setEInput(Input)
,
WSDLPackage.getOperation_EInput()
void setEInput(Input value)
EInput
' containment reference.
value
- the new value of the 'EInput' containment reference.getEInput()
Output getEOutput()
If the meaning of the 'EOutput' containment reference isn't clear, there really should be more of a description here...
setEOutput(Output)
,
WSDLPackage.getOperation_EOutput()
void setEOutput(Output value)
EOutput
' containment reference.
value
- the new value of the 'EOutput' containment reference.getEOutput()
org.eclipse.emf.common.util.EList getEFaults()
Fault
.
If the meaning of the 'EFaults' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getOperation_EFaults()
org.eclipse.emf.common.util.EList getEParameterOrdering()
Part
.
If the meaning of the 'EParameter Ordering' reference list isn't clear, there really should be more of a description here...
WSDLPackage.getOperation_EParameterOrdering()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |