org.squashtest.tm.domain.search
Interface AdvancedSearchFieldModel

All Known Implementing Classes:
AdvancedSearchListFieldModel, AdvancedSearchRangeFieldModel, AdvancedSearchSingleFieldModel, AdvancedSearchTextFieldModel, AdvancedSearchTimeIntervalFieldModel

public interface AdvancedSearchFieldModel


Field Summary
static String LIST
           
static String RANGE
           
static String SINGLE
           
static String TEXT
           
static String TIME_INTERVAL
           
 
Method Summary
 String getType()
           
 boolean isIgnoreBridge()
           
 

Field Detail

SINGLE

static final String SINGLE
See Also:
Constant Field Values

LIST

static final String LIST
See Also:
Constant Field Values

TEXT

static final String TEXT
See Also:
Constant Field Values

TIME_INTERVAL

static final String TIME_INTERVAL
See Also:
Constant Field Values

RANGE

static final String RANGE
See Also:
Constant Field Values
Method Detail

getType

String getType()

isIgnoreBridge

boolean isIgnoreBridge()


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.