JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
sonia.scm.search
Interface SearchableField
@Beta
public interface
SearchableField
A field of a
SearchableType
.
Since:
2.23.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Returns the name of the searchable field.
Class
<?>
getType
()
Returns the type of the searchable field.
Method Details
getName
String
getName
()
Returns the name of the searchable field.
getType
Class
<?>
getType
()
Returns the type of the searchable field.