All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ccl.util.Option

java.lang.Object
   |
   +----ccl.util.Option

public class Option
extends Object
Used by the Init class. It represents an application Option and it's value.

Version:
$Id: Option.java,v 1.5 2000/04/05 16:57:30 clemens Exp clemens $
Author:
Chr. Clemens Lee < clemens@kclee.com >

Variable Index

 o _asType
 o _bMandatory
 o _oValue
 o _sDescription
 o _sName
 o _type
 o BOOLEAN
 o INTEGER
 o STRING

Constructor Index

 o Option(String, String)

Method Index

 o getDescription()
 o getName()
 o getType()
 o isMandatory()

Variables

 o BOOLEAN
 public static final int BOOLEAN
 o STRING
 public static final int STRING
 o INTEGER
 public static final int INTEGER
 o _asType
 private String _asType[]
 o _sName
 private String _sName
 o _sDescription
 private String _sDescription
 o _type
 private int _type
 o _oValue
 private Object _oValue
 o _bMandatory
 private boolean _bMandatory

Constructors

 o Option
 public Option(String sName_,
               String sInitString_)

Methods

 o getName
 public String getName()
 o getDescription
 public String getDescription()
 o isMandatory
 public boolean isMandatory()
 o getType
 public int getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index