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

ArgReqArgType class

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

About the ArgReqArgType class

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

ArgReqArgType variables

Variables implemented in this class

Variables implemented in borland.jbcl.util.GenericArgType

ArgReqArgType constructors

ArgReqArgType properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

ArgReqArgType methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.GenericArgType

Methods implemented in java.lang.Object


ArgReqArgType variables

seperator

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

value

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

ArgReqArgType constructors

ArgReqArgType(java.lang.String, java.lang.StringBuffer)

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

ArgReqArgType(java.lang.String, java.lang.StringBuffer, java.lang.String)

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

ArgReqArgType methods

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

  public 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.

Overrides: borland.jbcl.util.GenericArgType.set(String[], int)