g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions
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:
FunctionsPackage.getDocumentRoot()

Method Summary
 LoopType getLoop()
          Returns the value of the 'Loop' containment reference
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 ValuesType getValues()
          Returns the value of the 'Values' 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 setLoop(LoopType value)
          Sets the value of the 'Loop' containment reference
 void setValues(ValuesType value)
          Sets the value of the 'Values' 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:
FunctionsPackage.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:
FunctionsPackage.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:
FunctionsPackage.getDocumentRoot_XSISchemaLocation()

getLoop

LoopType getLoop()
Returns the value of the 'Loop' containment reference.

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

Returns:
the value of the 'Loop' containment reference.
See Also:
setLoop(LoopType), FunctionsPackage.getDocumentRoot_Loop()

setLoop

void setLoop(LoopType value)
Sets the value of the 'Loop' containment reference.

Parameters:
value - the new value of the 'Loop' containment reference.
See Also:
getLoop()

getValues

ValuesType getValues()
Returns the value of the 'Values' containment reference.

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

Returns:
the value of the 'Values' containment reference.
See Also:
setValues(ValuesType), FunctionsPackage.getDocumentRoot_Values()

setValues

void setValues(ValuesType value)
Sets the value of the 'Values' containment reference.

Parameters:
value - the new value of the 'Values' containment reference.
See Also:
getValues()

g-Eclipse
Release 1.0.0