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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Direction' attribute.Returns the value of the 'Documentation' attribute.getName()
Returns the value of the 'Name' attribute.getType()
Returns the value of the 'Type' containment reference.boolean
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
Sets the value of the 'Name
' attribute.void
setNillable
(boolean value) Sets the value of the 'Nillable
' attribute.void
Sets the value of the 'Type
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getType
QName getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
-
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:
-
setDirection
Sets the value of the 'Direction
' attribute.- Parameters:
value
- the new value of the 'Direction' attribute.- See Also:
-
isNillable
boolean isNillable()Returns the value of the 'Nillable' attribute.- Returns:
- the value of the 'Nillable' attribute.
- See Also:
-
setNillable
void setNillable(boolean value) Sets the value of the 'Nillable
' attribute.- Parameters:
value
- the new value of the 'Nillable' attribute.- See Also:
-
getDocumentation
String getDocumentation()Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
-
setDocumentation
Sets the value of the 'Documentation
' attribute.- Parameters:
value
- the new value of the 'Documentation' attribute.- See Also:
-