| Package | Description |
|---|---|
| org.apache.james.mailbox.model |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery.Conjunction |
SearchQuery.ConjunctionCriterion.getType()
Gets the type of conjunction.
|
static SearchQuery.Conjunction |
SearchQuery.Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQuery.Conjunction[] |
SearchQuery.Conjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SearchQuery.ConjunctionCriterion(SearchQuery.Conjunction type,
List<SearchQuery.Criterion> criteria) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.