Interface Operation
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- OperationImpl
 
 public interface Operation extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Operation'.The following features are supported: - See Also:
- WsDefinitionsPackage.getOperation()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()Returns the value of the 'Documentation' attribute.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Parameter>getParameters()Returns the value of the 'Parameters' containment reference list.StringgetRetValDoc()Returns the value of the 'Ret Val Doc' attribute.QNamegetRetValType()Returns the value of the 'Ret Val Type' containment reference.booleanisRetValNillable()Returns the value of the 'Ret Val Nillable' attribute.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetRetValDoc(String value)Sets the value of the 'Ret Val Doc' attribute.voidsetRetValNillable(boolean value)Sets the value of the 'Ret Val Nillable' attribute.voidsetRetValType(QName value)Sets the value of the 'Ret Val Type' containment reference.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- WsDefinitionsPackage.getOperation_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getDocumentationString getDocumentation() Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
- setDocumentation(String),- WsDefinitionsPackage.getOperation_Documentation()
 
 - 
setDocumentationvoid setDocumentation(String value) Sets the value of the 'Documentation' attribute.- Parameters:
- value- the new value of the 'Documentation' attribute.
- See Also:
- getDocumentation()
 
 - 
isRetValNillableboolean isRetValNillable() Returns the value of the 'Ret Val Nillable' attribute.- Returns:
- the value of the 'Ret Val Nillable' attribute.
- See Also:
- setRetValNillable(boolean),- WsDefinitionsPackage.getOperation_RetValNillable()
 
 - 
setRetValNillablevoid setRetValNillable(boolean value) Sets the value of the 'Ret Val Nillable' attribute.- Parameters:
- value- the new value of the 'Ret Val Nillable' attribute.
- See Also:
- isRetValNillable()
 
 - 
getRetValDocString getRetValDoc() Returns the value of the 'Ret Val Doc' attribute.- Returns:
- the value of the 'Ret Val Doc' attribute.
- See Also:
- setRetValDoc(String),- WsDefinitionsPackage.getOperation_RetValDoc()
 
 - 
setRetValDocvoid setRetValDoc(String value) Sets the value of the 'Ret Val Doc' attribute.- Parameters:
- value- the new value of the 'Ret Val Doc' attribute.
- See Also:
- getRetValDoc()
 
 - 
getRetValTypeQName getRetValType() Returns the value of the 'Ret Val Type' containment reference.- Returns:
- the value of the 'Ret Val Type' containment reference.
- See Also:
- setRetValType(QName),- WsDefinitionsPackage.getOperation_RetValType()
 
 - 
setRetValTypevoid setRetValType(QName value) Sets the value of the 'Ret Val Type' containment reference.- Parameters:
- value- the new value of the 'Ret Val Type' containment reference.
- See Also:
- getRetValType()
 
 - 
getParametersorg.eclipse.emf.common.util.EList<Parameter> getParameters() Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
- WsDefinitionsPackage.getOperation_Parameters()
 
 
- 
 
-