g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep
Interface DocumentRoot

All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
SweepPackage.getDocumentRoot()

Method Summary
 AssignmentType getAssignment()
          Returns the value of the 'Assignment' containment reference
 EObject getFunction()
          Returns the value of the 'Function' containment reference
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 java.lang.String getParameter()
          Returns the value of the 'Parameter' attribute
 SweepType getSweep()
          Returns the value of the 'Sweep' containment reference
 EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setAssignment(AssignmentType value)
          Sets the value of the 'Assignment' containment reference
 void setParameter(java.lang.String value)
          Sets the value of the 'Parameter' attribute
 void setSweep(SweepType value)
          Sets the value of the 'Sweep' containment reference
 

Method Detail

getMixed

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

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
SweepPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
SweepPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
SweepPackage.getDocumentRoot_XSISchemaLocation()

getAssignment

AssignmentType getAssignment()
Returns the value of the 'Assignment' containment reference.

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

Returns:
the value of the 'Assignment' containment reference.
See Also:
setAssignment(AssignmentType), SweepPackage.getDocumentRoot_Assignment()

setAssignment

void setAssignment(AssignmentType value)
Sets the value of the 'Assignment' containment reference.

Parameters:
value - the new value of the 'Assignment' containment reference.
See Also:
getAssignment()

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.getDocumentRoot_Function()

getParameter

java.lang.String getParameter()
Returns the value of the 'Parameter' attribute.

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

Returns:
the value of the 'Parameter' attribute.
See Also:
setParameter(String), SweepPackage.getDocumentRoot_Parameter()

setParameter

void setParameter(java.lang.String value)
Sets the value of the 'Parameter' attribute.

Parameters:
value - the new value of the 'Parameter' attribute.
See Also:
getParameter()

getSweep

SweepType getSweep()
Returns the value of the 'Sweep' containment reference.

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

Returns:
the value of the 'Sweep' containment reference.
See Also:
setSweep(SweepType), SweepPackage.getDocumentRoot_Sweep()

setSweep

void setSweep(SweepType value)
Sets the value of the 'Sweep' containment reference.

Parameters:
value - the new value of the 'Sweep' containment reference.
See Also:
getSweep()

g-Eclipse
Release 1.0.0