public class PrefixInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
PrefixInfo.IModeGetter |
static interface |
PrefixInfo.IStringsGetter |
Modifier and Type | Field and Description |
---|---|
static PrefixInfo |
NO_PREFIX |
Constructor and Description |
---|
PrefixInfo(PrefixInfo.IModeGetter modeGetter,
PrefixInfo.IStringsGetter stringsGetter) |
Modifier and Type | Method and Description |
---|---|
SearchMode |
getMode() |
java.util.Collection<java.lang.String> |
getStrings(IIngredientListElementInfo<?> element) |
public static final PrefixInfo NO_PREFIX
public PrefixInfo(PrefixInfo.IModeGetter modeGetter, PrefixInfo.IStringsGetter stringsGetter)
public SearchMode getMode()
public java.util.Collection<java.lang.String> getStrings(IIngredientListElementInfo<?> element)