Interface Parameter
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ParameterImpl
 
 public interface Parameter extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter'.The following features are supported: - See Also:
- WsDefinitionsPackage.getParameter()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectiongetDirection()Returns the value of the 'Direction' attribute.StringgetDocumentation()Returns the value of the 'Documentation' attribute.StringgetName()Returns the value of the 'Name' attribute.QNamegetType()Returns the value of the 'Type' containment reference.booleanisNillable()Returns the value of the 'Nillable' attribute.voidsetDirection(Direction value)Sets the value of the 'Direction' attribute.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetNillable(boolean value)Sets the value of the 'Nillable' attribute.voidsetType(QName value)Sets the value of the '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.getParameter_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getTypeQName getType() Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
- setType(QName),- WsDefinitionsPackage.getParameter_Type()
 
 - 
setTypevoid setType(QName value) Sets the value of the 'Type' containment reference.- Parameters:
- value- the new value of the 'Type' containment reference.
- See Also:
- getType()
 
 - 
getDirectionDirection getDirection() Returns the value of the 'Direction' attribute. The literals are from the enumerationDirection.- Returns:
- the value of the 'Direction' attribute.
- See Also:
- Direction,- setDirection(Direction),- WsDefinitionsPackage.getParameter_Direction()
 
 - 
setDirectionvoid setDirection(Direction value) Sets the value of the 'Direction' attribute.- Parameters:
- value- the new value of the 'Direction' attribute.
- See Also:
- Direction,- getDirection()
 
 - 
isNillableboolean isNillable() Returns the value of the 'Nillable' attribute.- Returns:
- the value of the 'Nillable' attribute.
- See Also:
- setNillable(boolean),- WsDefinitionsPackage.getParameter_Nillable()
 
 - 
setNillablevoid setNillable(boolean value) Sets the value of the 'Nillable' attribute.- Parameters:
- value- the new value of the 'Nillable' attribute.
- See Also:
- isNillable()
 
 - 
getDocumentationString getDocumentation() Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
- setDocumentation(String),- WsDefinitionsPackage.getParameter_Documentation()
 
 - 
setDocumentationvoid setDocumentation(String value) Sets the value of the 'Documentation' attribute.- Parameters:
- value- the new value of the 'Documentation' attribute.
- See Also:
- getDocumentation()
 
 
- 
 
-