Interface Parameter
-
- All Superinterfaces:
DomainObjectTypedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface Parameter extends DomainObjectTypedElement
A representation of the model object 'Parameter'.The following features are supported:
- See Also:
TacticdslPackage.getParameter()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDoc()
Returns the value of the 'Doc' attribute.java.lang.String
getName()
Returns the value of the 'Name' attribute.ComplexType
getParameterType()
Returns the value of the 'Parameter Type' containment reference.void
setDoc(java.lang.String value)
Sets the value of the 'Doc
' attribute.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.void
setParameterType(ComplexType value)
Sets the value of the 'Parameter Type
' containment reference.
-
-
-
Method Detail
-
getDoc
java.lang.String getDoc()
Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
setDoc(String)
,TacticdslPackage.getParameter_Doc()
- Model:
- Generated:
-
setDoc
void setDoc(java.lang.String value)
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
getDoc()
- Generated:
-
getParameterType
ComplexType getParameterType()
Returns the value of the 'Parameter Type' containment reference.- Returns:
- the value of the 'Parameter Type' containment reference.
- See Also:
setParameterType(ComplexType)
,TacticdslPackage.getParameter_ParameterType()
- Model:
- containment="true"
- Generated:
-
setParameterType
void setParameterType(ComplexType value)
Sets the value of the 'Parameter Type
' containment reference.- Parameters:
value
- the new value of the 'Parameter Type' containment reference.- See Also:
getParameterType()
- Generated:
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,TacticdslPackage.getParameter_Name()
- Model:
- Generated:
-
-