g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep
Interface AssignmentType

All Known Implementing Classes:
AssignmentTypeImpl

public interface AssignmentType

A representation of the model object 'Assignment Type'.

The following features are supported:

See Also:
SweepPackage.getAssignmentType()

Method Summary
 EObject getFunction()
          Returns the value of the 'Function' containment reference
 FeatureMap getFunctionGroup()
          Returns the value of the 'Function Group' attribute list.
 EList getParameter()
          Returns the value of the 'Parameter' attribute list.
 

Method Detail

getParameter

EList getParameter()
Returns the value of the 'Parameter' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Parameter' attribute list.
See Also:
SweepPackage.getAssignmentType_Parameter()

getFunctionGroup

FeatureMap getFunctionGroup()
Returns the value of the 'Function Group' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Function Group' attribute list.
See Also:
SweepPackage.getAssignmentType_FunctionGroup()

getFunction

EObject getFunction()
Returns the value of the 'Function' containment reference.

If the meaning of the 'Function' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Function' containment reference.
See Also:
SweepPackage.getAssignmentType_Function()

g-Eclipse
Release 1.0.0