|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrowe.getopt.DefaultGetOptions.OptionRecord
Used to encapuslate Option
objects.
Constructor Summary | |
DefaultGetOptions.OptionRecord()
Creates a new OptionRecord object. |
Method Summary | |
Number |
getActualIndex()
Returns the Actual Index property. |
Object |
getArg()
Returns the Arg property. |
Option |
getOption()
Returns the Option property. |
int |
getParsedCount()
Returns the Parsed property. |
Number |
getRequestedIndex()
Returns the Requested Index property. |
void |
incrementParsedCount()
Sets the Parsed Count property. |
boolean |
isParsed()
Returns the Parsed property. |
void |
setActualIndex(int actualIndex)
Sets the Actual Index property. |
void |
setActualIndex(Number actualIndex)
Sets the Actual Index property. |
void |
setArg(Object newArg)
Sets the Arg property. |
void |
setOption(Option option)
Sets the Option property. |
void |
setParsed(boolean parsed)
Sets the Parsed property. |
void |
setRequestedIndex(int requestedIndex)
Sets the Requested Index property. |
void |
setRequestedIndex(Number requestedIndex)
Sets the Requested Index property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public DefaultGetOptions.OptionRecord()
OptionRecord
object.Method Detail |
public void setOption(Option option)
option
- the new value for the Option propertypublic Option getOption()
public void setArg(Object newArg)
newArg
- the new value for the Arg propertypublic Object getArg()
public void setActualIndex(int actualIndex)
actualIndex
- the new value for the Actual Index propertypublic void setActualIndex(Number actualIndex)
actualIndex
- the new value for the Actual Index propertypublic Number getActualIndex()
public void setRequestedIndex(int requestedIndex)
requestedIndex
- the new value for the Requested Index propertypublic void setRequestedIndex(Number requestedIndex)
requestedIndex
- the new value for the Requested Index propertypublic Number getRequestedIndex()
public void incrementParsedCount()
parsed
- the new value for the Parsed Count propertypublic int getParsedCount()
public void setParsed(boolean parsed)
parsed
- the new value for the Parsed propertypublic boolean isParsed()
public String toString()
|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |