|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Interface of an input argument. The input arguments are used when an initialized Adapter is invoked.
The possible input arguments are defined by the Adapter, the value and caption is set by a MasterService or an Alias.
Adapter, Alias, MasterService| Field Summary |
| Fields inherited from interface oracle.panama.Argument |
ENUM, FILE, MULTI_LINE, SINGLE_LINE |
| Method Summary | |
java.lang.Boolean |
getEmptyOK()Deprecated. As of 9.0.2, replaced by isEmptyOK() |
java.lang.String |
getFormat()Returns the format. |
boolean |
isEmptyOK()Returns the emptyOK flag. |
void |
setEmptyOK(boolean emptyOK)Sets the empty flag. |
void |
setEmptyOK(java.lang.Boolean emptyOK)Deprecated. As of 9.0.2, replaced by setEmptyOK(boolean) |
void |
setFormat(java.lang.String format)Sets the format of the input value. |
| Methods inherited from interface oracle.panama.Argument |
getCaption, getComment, getName, getOptions, getType, getUsageUser, getValue, getValues, isUsageUser, setCaption, setComment, setName, setOptions, setType, setUsageUser, setUsageUser, setValue, setValues |
| Method Detail |
public void setEmptyOK(boolean emptyOK)
emptyOK - true if this argument value can be undefined.public boolean isEmptyOK()
public void setEmptyOK(java.lang.Boolean emptyOK)
setEmptyOK(boolean)emptyOK - true if this argument value can be undefined.public java.lang.Boolean getEmptyOK()
isEmptyOK()public void setFormat(java.lang.String format)
Checkout the WML 1.1 spec. for input format specification.
format - format specification or null if undefined.public java.lang.String getFormat()
Checkout the WML 1.1 spec. for input format specification.
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||