org.specrunner.expressions
Interface INullEmptyFeature


public interface INullEmptyFeature

Abstraction database null/empty handler.

Author:
Thiago Santos.

Field Summary
static String FEATURE_NULL_EMPTY_HANDLER
          Feature for null/empty handler.
 
Method Summary
 void setNullEmptyHandler(INullEmptyHandler nullEmptyHandler)
          Set the null/empty handler implementation.
 

Field Detail

FEATURE_NULL_EMPTY_HANDLER

static final String FEATURE_NULL_EMPTY_HANDLER
Feature for null/empty handler.

Method Detail

setNullEmptyHandler

void setNullEmptyHandler(INullEmptyHandler nullEmptyHandler)
Set the null/empty handler implementation.

Parameters:
nullEmptyHandler - A null/empty handler.


Copyright © 2015. All rights reserved.