org.freehep.util.argv
Class IntOption

java.lang.Object
  extended by org.freehep.util.argv.NumberOption
      extended by org.freehep.util.argv.IntOption
All Implemented Interfaces:
Option

public class IntOption
extends NumberOption

Version:
$Id: IntOption.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Constructor Summary
IntOption(String flag, String name, int defaultValue, String description)
           
IntOption(String flag, String name, String description)
           
IntOption(String flag, String shortCut, String name, int defaultValue, String description)
           
IntOption(String flag, String shortCut, String name, String description)
           
 
Method Summary
 int getInt()
           
 
Methods inherited from class org.freehep.util.argv.NumberOption
getOption, getUsage, getValue, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntOption

public IntOption(String flag,
                 String name,
                 String description)

IntOption

public IntOption(String flag,
                 String shortCut,
                 String name,
                 String description)

IntOption

public IntOption(String flag,
                 String name,
                 int defaultValue,
                 String description)

IntOption

public IntOption(String flag,
                 String shortCut,
                 String name,
                 int defaultValue,
                 String description)
Method Detail

getInt

public int getInt()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.