|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Option is a value that is associated a string value of a short key (one character) and/or a long key (more than one character)
| Field Summary | |
static Boolean |
FALSE
Used for flag variables for false |
static Boolean |
TRUE
Used for flag variables for true |
| Method Summary | |
String |
getLong()
Returns the long key associated with this option |
String |
getShort()
Returns the short key associated with this option |
boolean |
isFlag()
Determines if this is a flag option. |
| Methods inherited from interface org.globus.cog.gridshell.getopt.interfaces.Storable |
getDescription, getType, getValue, isRequired, isSet, setValue |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Field Detail |
public static final Boolean TRUE
public static final Boolean FALSE
| Method Detail |
public String getShort()
public String getLong()
public boolean isFlag()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||