Package | Description |
---|---|
com.asakusafw.testdriver.rule |
Tiny rule builder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CalendarCompare(CompareOperator operator)
Creates a new instance.
|
DecimalCompare(CompareOperator operator)
Creates a new instance.
|
FloatCompare(CompareOperator operator)
Creates a new instance.
|
IntegerCompare(CompareOperator operator)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.