| Package | Description |
|---|---|
| org.specrunner.expressions | |
| org.specrunner.expressions.core |
| Modifier and Type | Method and Description |
|---|---|
static EMode |
EMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMode[] |
EMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
INullEmptyHandler.emptyValue(EMode mode)
Empty value for a given mode.
|
boolean |
INullEmptyHandler.isEmpty(EMode mode,
String value)
Check if a value should be handled as empty, depending on value and mode.
|
boolean |
INullEmptyHandler.isNull(EMode mode,
String value)
Check if a value should be handled as null, depending on value and mode.
|
String |
INullEmptyHandler.nullValue(EMode mode)
Null value for a given mode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NullEmptyHandlerDefault.emptyValue(EMode mode) |
boolean |
NullEmptyHandlerDefault.isEmpty(EMode mode,
String value) |
boolean |
NullEmptyHandlerDefault.isNull(EMode mode,
String value) |
String |
NullEmptyHandlerDefault.nullValue(EMode mode) |
Copyright © 2016. All rights reserved.