gov.nist.nlpir.irf.de
Interface DeIntegerIntrf


public abstract interface DeIntegerIntrf
extends DataElem

This interface represents the functionality of a DE_integer 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
 int getValue()
          Returns the value of the represented intege
 void setValue(int v)
          Sets the value of the represented integer given an integer
 
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 int getValue()
Returns the value of the represented intege
Returns:
the value of the represented integer.

setValue

public void setValue(int v)
Sets the value of the represented integer given an integer
Parameters:
v - the new value of the represented integer.