org.sintef.mofscript.MOFScriptModel
Interface MOFScriptParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MOFScriptParameterImpl

public interface MOFScriptParameter
extends MOFScriptObject

A representation of the model object 'MOF Script Parameter'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptParameter()

Method Summary
 ParameterDirection getDirection()
          Returns the value of the 'Direction' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getTypePrefix()
          Returns the value of the 'Type Prefix' attribute
 void setDirection(ParameterDirection value)
          Sets the value of the 'Direction' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setTypePrefix(java.lang.String value)
          Sets the value of the 'Type Prefix' attribute
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MOFScriptModelPackage.getMOFScriptParameter_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), MOFScriptModelPackage.getMOFScriptParameter_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getDirection

ParameterDirection getDirection()
Returns the value of the 'Direction' attribute. The literals are from the enumeration ParameterDirection.

If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Direction' attribute.
See Also:
ParameterDirection, setDirection(ParameterDirection), MOFScriptModelPackage.getMOFScriptParameter_Direction()

setDirection

void setDirection(ParameterDirection value)
Sets the value of the 'Direction' attribute.

Parameters:
value - the new value of the 'Direction' attribute.
See Also:
ParameterDirection, getDirection()

getTypePrefix

java.lang.String getTypePrefix()
Returns the value of the 'Type Prefix' attribute.

If the meaning of the 'Type Prefix' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Prefix' attribute.
See Also:
setTypePrefix(String), MOFScriptModelPackage.getMOFScriptParameter_TypePrefix()

setTypePrefix

void setTypePrefix(java.lang.String value)
Sets the value of the 'Type Prefix' attribute.

Parameters:
value - the new value of the 'Type Prefix' attribute.
See Also:
getTypePrefix()