borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

GenericArgType class (abstract)

java.lang.Object
   +----borland.jbcl.util.GenericArgType
           +----borland.jbcl.util.ArgReqArgType
           +----borland.jbcl.util.WordArgType

About the GenericArgType class

Variables  Constructors  Properties  Methods  
This class is used internally by other classes in the JBCL. You should never use this class directly.

GenericArgType variables

Variables implemented in this class

GenericArgType constructors

GenericArgType properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

GenericArgType methods

Methods implemented in this class

Methods implemented in java.lang.Object


GenericArgType variables

argID

  public String argID
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

wasSet_

  protected boolean wasSet_
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

GenericArgType constructors

GenericArgType(java.lang.String)

  public GenericArgType(java.lang.String argID)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

GenericArgType methods

set(java.lang.String[], int)

  public abstract int set(java.lang.String[] args, int thisIndex)
This method is used internally by other classes in the JBCL. You should never use this method directly.

wasSet()

  public boolean wasSet()
This method is used internally by other classes in the JBCL. You should never use this method directly.