Class IntegerOption

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

public abstract class IntegerOption extends Option
  • Field Details

    • nValue

      protected int nValue
  • Constructor Details

    • IntegerOption

      public IntegerOption(String sName, String sDefaultValue)
  • Method Details

    • getValue

      public int getValue()