Interface IAttributeSearchFieldKind
-
- All Superinterfaces:
ISearchFieldKind
- All Known Implementing Classes:
DataSetAttributeSearchFieldKind
,ExperimentAttributeSearchFieldKind
,MaterialAttributeSearchFieldKind
,SampleAttributeSearchFieldKind
,SimpleAttributeSearchFieldKind
public interface IAttributeSearchFieldKind extends ISearchFieldKind
Kind of field connected with an entity attribute that can be used in detailed text queries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
java.lang.String
getDescription()
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.dto.ISearchFieldKind
getAvailability, getCriterionFactory
-
-