borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
java.lang.Object +----borland.jbcl.util.GenericArgType +----borland.jbcl.util.ArgReqArgType
Variables Constructors Properties MethodsThis class is used internally by other classes in the JBCL. You should never use this class directly.
protected String seperatorThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
public StringBuffer valueThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
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.
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.
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)