Package ddf.catalog.operation.impl
Class HighlightImpl
java.lang.Object
ddf.catalog.operation.impl.HighlightImpl
- All Implemented Interfaces:
ddf.catalog.operation.Highlight
-
Constructor Summary
ConstructorsConstructorDescriptionHighlightImpl(int beginIndex, int endIndex) HighlightImpl(int beginIndex, int endIndex, int valueIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidintintintvoidsetBeginIndex(int beginIndex) voidsetEndIndex(int endIndex) voidsetValueIndex(int valueIndex)
-
Constructor Details
-
HighlightImpl
public HighlightImpl() -
HighlightImpl
public HighlightImpl(int beginIndex, int endIndex) -
HighlightImpl
public HighlightImpl(int beginIndex, int endIndex, int valueIndex)
-
-
Method Details
-
getValueIndex
public int getValueIndex()- Specified by:
getValueIndexin interfaceddf.catalog.operation.Highlight
-
getBeginIndex
public int getBeginIndex()- Specified by:
getBeginIndexin interfaceddf.catalog.operation.Highlight
-
getEndIndex
public int getEndIndex()- Specified by:
getEndIndexin interfaceddf.catalog.operation.Highlight
-
setValueIndex
public void setValueIndex(int valueIndex) -
setBeginIndex
public void setBeginIndex(int beginIndex) -
setEndIndex
public void setEndIndex(int endIndex) -
apply
-
apply
-