Uses of Class
EDU.bmrb.starlibj.BadValueForDelimiter

Uses of BadValueForDelimiter in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that throw BadValueForDelimiter
 void DataItemNode.setDelimType(short delim)
          Sets the delimiter type of the value in this item.
 void DataItemNode.setValue(java.lang.String val)
          Sets the string value of this item.
 void DataItemNode.setValue(java.lang.String val, short delim)
          Sets the String value and delimiter of this item together.
 void DataValueNode.setDelimType(short setTo)
          Sets the delimiter type of this value.
 void DataValueNode.setValue(java.lang.String newVal)
          Sets the string value for this node.
 void DataValueNode.setValue(java.lang.String newVal, short newDelim)
          Sets the string for this value, and the delimiter.
 

Constructors in EDU.bmrb.starlibj that throw BadValueForDelimiter
DataItemNode(java.lang.String name, java.lang.String value)
          This constructor makes a new item with the given name and string value, giving it the default delimiter type of DataValueNode::NON.
DataItemNode(java.lang.String name, java.lang.String value, short delim)
          Make a new item given the name and value and delimiter type.
DataValueNode(java.lang.String str)
          Constructor - all DataValueNodes must have a string value, so no provisions are made for a 'default' no-args constructor.
DataValueNode(java.lang.String str, short delim)
          Constructor - all DataValueNodes must have a string value, so no provisions are made for a 'default' no-args constructor.