Package adams.db
Interface SampleTypeRegExpSupporter
-
- All Known Implementing Classes:
AbstractSpectrumConditions
,SpectrumConditionsMulti
,SpectrumConditionsSingle
,SpectrumIDConditions
public interface SampleTypeRegExpSupporter
Interface for condition classes that support regular expressions for the sample type.- Version:
- $Revision: 11831 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description adams.core.base.BaseRegExp
getSampleTypeRegExp()
Returns the regular expression to use on the sample type.void
setSampleTypeRegExp(adams.core.base.BaseRegExp value)
Sets the regular expression to use on the sample type.
-
-
-
Method Detail
-
setSampleTypeRegExp
void setSampleTypeRegExp(adams.core.base.BaseRegExp value)
Sets the regular expression to use on the sample type.- Parameters:
value
- the regular expression
-
getSampleTypeRegExp
adams.core.base.BaseRegExp getSampleTypeRegExp()
Returns the regular expression to use on the sample type.- Returns:
- the regular expression
-
-