Package | Description |
---|---|
org.waarp.openr66.client.utils |
Package that contains helper for Clients
|
Modifier and Type | Method and Description |
---|---|
OutputFormat.OUTPUTFORMAT |
OutputFormat.getFormat() |
static OutputFormat.OUTPUTFORMAT |
OutputFormat.OUTPUTFORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat.OUTPUTFORMAT[] |
OutputFormat.OUTPUTFORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
OutputFormat.setDefaultOutput(OutputFormat.OUTPUTFORMAT outputformat)
To set the default OutputFormat
|
void |
OutputFormat.setFormat(OutputFormat.OUTPUTFORMAT format)
To change the applied format
|
String |
OutputFormat.toString(OutputFormat.OUTPUTFORMAT format)
Helper to get string representation of the current object
|
Copyright © 2009–2022 Waarp. All rights reserved.