com.ricebridge.xmlman.in
Class OutData

java.lang.Object
  extended bycom.ricebridge.xmlman.in.OutData

public class OutData
extends Object

Container for output data field value.


Constructor Summary
OutData()
          No data for this node.
OutData(boolean pIsText)
          Data field value output as text.
OutData(NameInfo pAttrNameInfo)
          Data field value output to attribute.
 
Method Summary
 NameInfo getAttrName()
          Get the attribute name.
 String getValue(OutState pOutState)
          Get the current value.
 boolean isAttribute()
          Indicate that this is an attribute data field.
 boolean isText()
          Indicate that this is a text data field.
 void setValue(OutState pOutState, String pValue)
          Set the current value.
 String toString()
          Debugging description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutData

public OutData()
No data for this node.


OutData

public OutData(boolean pIsText)
Data field value output as text.


OutData

public OutData(NameInfo pAttrNameInfo)
Data field value output to attribute.

Method Detail

getAttrName

public NameInfo getAttrName()
Get the attribute name.


isAttribute

public boolean isAttribute()
Indicate that this is an attribute data field.


isText

public boolean isText()
Indicate that this is a text data field.


getValue

public String getValue(OutState pOutState)
Get the current value.


setValue

public void setValue(OutState pOutState,
                     String pValue)
Set the current value.


toString

public String toString()
Debugging description.



Copyright © 2004-2005 Ricebridge