org.eclipse.gmt.modisco.xml
Interface ProcessingInstruction

All Superinterfaces:
Node

public interface ProcessingInstruction
extends Node

A representation of the model object 'Processing Instruction'.

The following features are supported:

See Also:
MoDiscoXMLPackage.getProcessingInstruction()
Generated:
Model:

Method Summary
 java.lang.String getData()
          Returns the value of the 'Data' attribute.
 void setData(java.lang.String value)
          Sets the value of the 'Data' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Node
getName, getParent, setName, setParent
 

Method Detail

getData

java.lang.String getData()
Returns the value of the 'Data' attribute.

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

Returns:
the value of the 'Data' attribute.
See Also:
setData(String), MoDiscoXMLPackage.getProcessingInstruction_Data()
Generated:
Model:
required="true"

setData

void setData(java.lang.String value)
Sets the value of the 'Data' attribute.

Parameters:
value - the new value of the 'Data' attribute.
See Also:
getData()
Generated: