writer2latex.util
Class IntegerOption

java.lang.Object
  extended by writer2latex.util.Option
      extended by writer2latex.util.IntegerOption
Direct Known Subclasses:
ContentHandlingOption, XhtmlFormatOption

abstract class IntegerOption
extends Option


Field Summary
(package private)  int nValue
           
 
Fields inherited from class writer2latex.util.Option
sValue
 
Constructor Summary
IntegerOption(java.lang.String sName, java.lang.String sDefaultValue)
           
 
Method Summary
(package private)  int getValue()
           
 
Methods inherited from class writer2latex.util.Option
getName, getString, setString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nValue

int nValue
Constructor Detail

IntegerOption

IntegerOption(java.lang.String sName,
              java.lang.String sDefaultValue)
Method Detail

getValue

int getValue()