de.fhg.igd.util
Class ArgsParser.Option

java.lang.Object
  extended by de.fhg.igd.util.ArgsParser.Option
Enclosing class:
ArgsParser

protected class ArgsParser.Option
extends Object

Represents a single option and the values for that option.


Field Summary
protected  boolean array_
           
protected  boolean defined_
           
protected  String name_
           
protected  Class type_
           
protected  Object value_
           
 
Constructor Summary
protected ArgsParser.Option(String name, String type)
           
 
Method Summary
protected  void clear()
           
 boolean equals(Object o)
           
 int hashCode()
           
protected  void help(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value_

protected Object value_

name_

protected String name_

defined_

protected boolean defined_

array_

protected boolean array_

type_

protected Class type_
Constructor Detail

ArgsParser.Option

protected ArgsParser.Option(String name,
                            String type)
Method Detail

clear

protected void clear()

help

protected void help(PrintStream out)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.