|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingOperation
A representation of the model object 'Binding Operation'.
The following features are supported:
WSDLPackage.getBindingOperation()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getEBindingFaults()
Returns the value of the 'EBinding Faults' containment reference list. |
BindingInput |
getEBindingInput()
Returns the value of the 'EBinding Input' containment reference |
BindingOutput |
getEBindingOutput()
Returns the value of the 'EBinding Output' containment reference |
Operation |
getEOperation()
Returns the value of the 'EOperation' reference |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
void |
setEBindingInput(BindingInput value)
Sets the value of the ' EBinding Input ' containment reference |
void |
setEBindingOutput(BindingOutput value)
Sets the value of the ' EBinding Output ' containment reference |
void |
setEOperation(Operation value)
Sets the value of the ' EOperation ' reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' 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 |
---|
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.getBindingOperation_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Operation getEOperation()
If the meaning of the 'EOperation' reference isn't clear, there really should be more of a description here...
setEOperation(Operation)
,
WSDLPackage.getBindingOperation_EOperation()
void setEOperation(Operation value)
EOperation
' reference.
value
- the new value of the 'EOperation' reference.getEOperation()
BindingInput getEBindingInput()
If the meaning of the 'EBinding Input' containment reference isn't clear, there really should be more of a description here...
setEBindingInput(BindingInput)
,
WSDLPackage.getBindingOperation_EBindingInput()
void setEBindingInput(BindingInput value)
EBinding Input
' containment reference.
value
- the new value of the 'EBinding Input' containment reference.getEBindingInput()
BindingOutput getEBindingOutput()
If the meaning of the 'EBinding Output' containment reference isn't clear, there really should be more of a description here...
setEBindingOutput(BindingOutput)
,
WSDLPackage.getBindingOperation_EBindingOutput()
void setEBindingOutput(BindingOutput value)
EBinding Output
' containment reference.
value
- the new value of the 'EBinding Output' containment reference.getEBindingOutput()
org.eclipse.emf.common.util.EList getEBindingFaults()
BindingFault
.
If the meaning of the 'EBinding Faults' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getBindingOperation_EBindingFaults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |