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.EObject
A representation of the model object 'Parameter'.The following features are supported:
- See Also:
WsDefinitionsPackage.getParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Direction
getDirection()
Returns the value of the 'Direction' attribute.String
getDocumentation()
Returns the value of the 'Documentation' attribute.String
getName()
Returns the value of the 'Name' attribute.QName
getType()
Returns the value of the 'Type' containment reference.boolean
isNillable()
Returns the value of the 'Nillable' attribute.void
setDirection(Direction value)
Sets the value of the 'Direction
' attribute.void
setDocumentation(String value)
Sets the value of the 'Documentation
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setNillable(boolean value)
Sets the value of the 'Nillable
' attribute.void
setType(QName value)
Sets the value of the 'Type
' containment reference.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,WsDefinitionsPackage.getParameter_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getType
QName getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(QName)
,WsDefinitionsPackage.getParameter_Type()
-
setType
void setType(QName value)
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
-
getDirection
Direction 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()
-
setDirection
void setDirection(Direction value)
Sets the value of the 'Direction
' attribute.- Parameters:
value
- the new value of the 'Direction' attribute.- See Also:
Direction
,getDirection()
-
isNillable
boolean isNillable()
Returns the value of the 'Nillable' attribute.- Returns:
- the value of the 'Nillable' attribute.
- See Also:
setNillable(boolean)
,WsDefinitionsPackage.getParameter_Nillable()
-
setNillable
void setNillable(boolean value)
Sets the value of the 'Nillable
' attribute.- Parameters:
value
- the new value of the 'Nillable' attribute.- See Also:
isNillable()
-
getDocumentation
String getDocumentation()
Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
setDocumentation(String)
,WsDefinitionsPackage.getParameter_Documentation()
-
setDocumentation
void setDocumentation(String value)
Sets the value of the 'Documentation
' attribute.- Parameters:
value
- the new value of the 'Documentation' attribute.- See Also:
getDocumentation()
-
-