writer2latex.base
Class IntegerOption

java.lang.Object
  extended by writer2latex.base.Option
      extended by writer2latex.base.IntegerOption
Direct Known Subclasses:
ContentHandlingOption

public abstract class IntegerOption
extends Option


Field Summary
protected  int nValue
           
 
Fields inherited from class writer2latex.base.Option
sValue
 
Constructor Summary
IntegerOption(java.lang.String sName, java.lang.String sDefaultValue)
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class writer2latex.base.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

protected int nValue
Constructor Detail

IntegerOption

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

getValue

public int getValue()