|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrintOption | |
---|---|
com.ibm.tws.objects.model | |
com.ibm.tws.objects.types |
Uses of PrintOption in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return PrintOption | |
PrintOption |
ExternalDependency.getReportPrintOption()
Returns the LTP report print option. |
PrintOption |
InternalDependency.getReportPrintOption()
Returns the LTP report print option. |
Methods in com.ibm.tws.objects.model with parameters of type PrintOption | |
void |
ExternalDependency.setReportPrintOption(PrintOption value)
Sets the LTP report print option. |
void |
InternalDependency.setReportPrintOption(PrintOption value)
Sets the LTP report print option. |
Uses of PrintOption in com.ibm.tws.objects.types |
---|
Fields in com.ibm.tws.objects.types declared as PrintOption | |
static PrintOption |
PrintOption.ALWAYS
The ALWAYS value. |
static PrintOption |
PrintOption.CONDITIONAL
The CONDITIONAL value. |
Methods in com.ibm.tws.objects.types that return PrintOption | |
static PrintOption |
PrintOption.getInstance(char charValue)
Returns a reference to the instance of PrintOption that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |