gov.nist.nlpir.irf.de
Interface DeStringIntrf

All Known Subinterfaces:
DeHtmlIntrf

public abstract interface DeStringIntrf
extends DataElem

This interface represents the functionality of a DeString object beyond that common to all data elements

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Method Summary
 java.lang.String getValue()
          Returns the value of the string
 void setValue(char[] v)
          Sets the value of the string given an array of characters
 void setValue(java.lang.String v)
          Sets the value of the string given a String object
 
Methods inherited from interface gov.nist.nlpir.irf.de.DataElem
addHTML, compareTo, equals, exactMatch, getIndexingFeatures, getValueAsString, hashCode, HTML_ShowDoc, match, present, presentBrief, toString
 

Method Detail

getValue

public java.lang.String getValue()
Returns the value of the string
Returns:
the value of the string

setValue

public void setValue(java.lang.String v)
Sets the value of the string given a String object

setValue

public void setValue(char[] v)
Sets the value of the string given an array of characters