|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanValue | |
|---|---|
| com.interstarinc.xmedius.sendfax.model | This package contains the fax model components. |
| Uses of BooleanValue in com.interstarinc.xmedius.sendfax.model |
|---|
| Fields in com.interstarinc.xmedius.sendfax.model declared as BooleanValue | |
|---|---|
private BooleanValue |
DefaultFaxModel.DefaultFaxOptions.failureNotified
|
private BooleanValue |
DefaultFaxModel.inputFileDeleted
A flag to instruct the Xml Gateway to keep or delete temporary files. |
static BooleanValue |
BooleanValue.NO
|
private BooleanValue |
DefaultFaxModel.DefaultFaxOptions.successNotified
|
static BooleanValue |
BooleanValue.YES
|
| Methods in com.interstarinc.xmedius.sendfax.model that return BooleanValue | |
|---|---|
BooleanValue |
DefaultFaxModel.DefaultFaxOptions.getFailureNotified()
|
BooleanValue |
IFaxOptions.getFailureNotified()
Required. |
BooleanValue |
DefaultFaxModel.getInputFileDeleted()
Defaults to BooleanValue.YES |
BooleanValue |
IFaxModel.getInputFileDeleted()
Required |
BooleanValue |
DefaultFaxModel.DefaultFaxOptions.getSuccessNotified()
|
BooleanValue |
IFaxOptions.getSuccessNotified()
Required. |
static BooleanValue |
BooleanValue.getValueFor(boolean value)
A utility method to convert a boolean into a BooleanValue. |
static BooleanValue |
BooleanValue.getValueFor(String value)
A utility method to convert a String into a BooleanValue. |
| Methods in com.interstarinc.xmedius.sendfax.model with parameters of type BooleanValue | |
|---|---|
void |
DefaultFaxModel.DefaultFaxOptions.setFailureNotified(BooleanValue failureNotified)
|
void |
DefaultFaxModel.setInputFileDeleted(BooleanValue inputFileDeleted)
|
void |
DefaultFaxModel.DefaultFaxOptions.setSuccessNotified(BooleanValue successNotified)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||