public interface InputValue
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(int index)
Get the value for this argument as a boolean.
|
long |
getDate(int index)
Get the value for this argument as a date (milliseconds since epoch).
|
BigDecimal |
getDecimal(int index)
Get the value for this argument as a BigDecimal (for decimal and money types).
|
double |
getDouble(int index)
Get the value for this argument as a double.
|
float |
getFloat(int index)
Get the value for this argument as a float.
|
int |
getInteger(int index)
Get the value for this argument as an integer.
|
long |
getLong(int index)
Get the value for this argument as a long.
|
Point |
getPoint(int index)
Get the value for this argument as a Point.
|
Shape |
getShape(int index)
Get the value for this argument as a Shape.
|
String |
getString(int index)
Get the value for this argument as a String.
|
int |
size()
Get the number of values for this field.
|
int size()
Size may be 0, which indicates a null
value.
int getInteger(int index)
UnsupportedOperationException
- if this argument is not an integer.long getLong(int index)
UnsupportedOperationException
- if this argument is not a long.float getFloat(int index)
UnsupportedOperationException
- if this argument is not a float.double getDouble(int index)
UnsupportedOperationException
- if this argument is not a double.boolean getBoolean(int index)
UnsupportedOperationException
- if this argument is not a boolean.long getDate(int index)
UnsupportedOperationException
- if this argument is not a date.BigDecimal getDecimal(int index)
UnsupportedOperationException
- if this argument is not a decimal or money type.String getString(int index)
UnsupportedOperationException
- if this argument is not a string type.Point getPoint(int index)
UnsupportedOperationException
- if this argument is not a point type.Shape getShape(int index)
UnsupportedOperationException
- if this argument is not a shape type.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.