|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Conjunction | |
|---|---|
| net.sf.mmm.util.filter.base | Contains public implementations of the filtering-API. |
| net.sf.mmm.util.lang.api | Provides the API for utilities of general purpose. |
| Uses of Conjunction in net.sf.mmm.util.filter.base |
|---|
| Fields in net.sf.mmm.util.filter.base declared as Conjunction | |
|---|---|
private Conjunction |
ConjunctionFilter.conjunction
The boolean conjunction. |
private Conjunction |
ConjunctionCharFilter.conjunction
The boolean conjunction. |
| Constructors in net.sf.mmm.util.filter.base with parameters of type Conjunction | |
|---|---|
ConjunctionCharFilter(Conjunction conjunction,
CharFilter... filters)
The constructor. |
|
ConjunctionFilter(Conjunction conjunction,
Filter<V>... filters)
The constructor. |
|
| Uses of Conjunction in net.sf.mmm.util.lang.api |
|---|
| Methods in net.sf.mmm.util.lang.api that return Conjunction | |
|---|---|
static Conjunction |
Conjunction.fromValue(String value)
This method gets the Conjunction with the given
. |
static Conjunction |
Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Conjunction[] |
Conjunction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||