|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Search.OutputFormat | |
---|---|
ch.bouquet.jpa.domain |
Uses of Search.OutputFormat in ch.bouquet.jpa.domain |
---|
Fields in ch.bouquet.jpa.domain declared as Search.OutputFormat | |
---|---|
private Search.OutputFormat |
Search.outputFormat
output format |
Methods in ch.bouquet.jpa.domain that return Search.OutputFormat | |
---|---|
Search.OutputFormat |
Search.getOutputFormat()
Gets the outputFormat. |
static Search.OutputFormat |
Search.OutputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Search.OutputFormat[] |
Search.OutputFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.bouquet.jpa.domain with parameters of type Search.OutputFormat | |
---|---|
void |
Search.setOutputFormat(Search.OutputFormat outputFormat)
Sets the outputFormat. |
Constructors in ch.bouquet.jpa.domain with parameters of type Search.OutputFormat | |
---|---|
Search(Subscriber subscriber,
java.lang.String name,
java.lang.String criteria,
Search.State state,
Search.Frequency frequency,
Search.OutputFormat outputFormat,
java.util.Date startDate)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |