|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EMode | |
|---|---|
| org.specrunner.expressions | |
| org.specrunner.expressions.core | |
| Uses of EMode in org.specrunner.expressions |
|---|
| Methods in org.specrunner.expressions that return EMode | |
|---|---|
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. |
| Methods in org.specrunner.expressions with parameters of type EMode | |
|---|---|
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. |
| Uses of EMode in org.specrunner.expressions.core |
|---|
| Methods in org.specrunner.expressions.core with parameters of type EMode | |
|---|---|
String |
NullEmptyHandlerDefault.emptyValue(EMode mode)
|
boolean |
NullEmptyHandlerDefault.isEmpty(EMode mode,
String value)
|
boolean |
NullEmptyHandlerDefault.isNull(EMode mode,
String value)
|
String |
NullEmptyHandlerDefault.nullValue(EMode mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||