Package | Description |
---|---|
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Method and Description |
---|---|
static CompareOperator |
CompareOperator.fromValue(String value)
This method gets the
CompareOperator for the given symbol . |
abstract CompareOperator |
CompareOperator.negate() |
static CompareOperator |
CompareOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareOperator[] |
CompareOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
ComparatorHelper.evalComparable(CompareOperator comparator,
Comparable arg1,
Comparable arg2)
Logic for
eval(Object, Object) with Comparable arguments. |
Modifier and Type | Field and Description |
---|---|
private CompareOperator |
NlsFormatterChoice.Condition.comparator
The
CompareOperator . |
Constructor and Description |
---|
Condition(CompareOperator comparator,
Object comparatorArgument)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private CompareOperator |
ValidatorCompare.comparator
The comparison operator.
|
Constructor and Description |
---|
ValidatorCompare(CompareOperator comparator,
AttributeReadValue<V> valueSource,
String source)
The constructor.
|
ValidatorCompare(CompareOperator comparator,
V value)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.