ccl.util
Class Option
java.lang.Object
|
+--ccl.util.Option
- public class Option
- extends java.lang.Object
Used by the Init class. It represents an application
Option and it's value.
Field Summary |
static int |
BOOLEAN
Option type boolean. |
static int |
INTEGER
Option type integer. |
static int |
STRING
Option type string. |
Constructor Summary |
Option(java.lang.String sName_,
java.lang.String sInitString_)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final int BOOLEAN
- Option type boolean.
- See Also:
- Constant Field Values
STRING
public static final int STRING
- Option type string.
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- Option type integer.
- See Also:
- Constant Field Values
Option
public Option(java.lang.String sName_,
java.lang.String sInitString_)
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
isMandatory
public boolean isMandatory()
getType
public int getType()