public interface OutputValue
Modifier and Type | Method and Description |
---|---|
void |
addBoolean(boolean value)
Add a boolean value to the output.
|
void |
addDate(long value)
Add a date value to the output as milliseconds since epoch.
|
void |
addDecimal(BigDecimal value)
Add a decimal value to the output.
|
void |
addDouble(double value)
Add a double value to the output.
|
void |
addFloat(float value)
Add a float value to the output.
|
void |
addInteger(int value)
Add an integer value to the output.
|
void |
addLong(long value)
Add a long value to the output.
|
void |
addPoint(double x,
double y)
Add a Point value to the output.
|
void |
addShape(Shape value)
Add a Shape value to the output.
|
void |
addString(String value)
Add a String value to the output.
|
void addBoolean(boolean value)
UnsupportedOperationException
- if the output type is not boolean.void addInteger(int value)
UnsupportedOperationException
- if the output type is not integer.void addLong(long value)
UnsupportedOperationException
- if the output type is not long.void addDouble(double value)
UnsupportedOperationException
- if the output type is not double.void addFloat(float value)
UnsupportedOperationException
- if the output type is not float.void addPoint(double x, double y)
UnsupportedOperationException
- if the output type is not point.void addShape(Shape value)
UnsupportedOperationException
- if the output type is not shape.void addString(String value)
UnsupportedOperationException
- if the output type is not string.void addDate(long value)
UnsupportedOperationException
- if the output type is not date.void addDecimal(BigDecimal value)
UnsupportedOperationException
- if the output type is not decimal or money.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.