|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.PrimitiveValueBase
com.espertech.esper.type.IntValue
public final class IntValue
Placeholder for an integer value in an event expression.
Constructor Summary | |
---|---|
IntValue()
Constructor. |
|
IntValue(java.lang.Integer intValue)
Constructor. |
Method Summary | |
---|---|
PrimitiveValueType |
getType()
Returns the type of primitive value this instance represents. |
java.lang.Object |
getValueObject()
Returns a value object. |
void |
parse(java.lang.String value)
Parse the string literal value into the specific data type. |
static int |
parseString(java.lang.String value)
Parse string value returning a int. |
static int[] |
parseString(java.lang.String[] values)
Parse the string array returning a int array. |
void |
setInt(int x)
Set an int value. |
java.lang.String |
toString()
|
Methods inherited from class com.espertech.esper.type.PrimitiveValueBase |
---|
parse, setBoolean, setByte, setDouble, setFloat, setLong, setShort, setString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntValue()
public IntValue(java.lang.Integer intValue)
intValue
- is the value to set toMethod Detail |
---|
public PrimitiveValueType getType()
PrimitiveValue
public static int[] parseString(java.lang.String[] values)
values
- - string array
public static int parseString(java.lang.String value)
value
- to parse
public final void parse(java.lang.String value)
PrimitiveValue
value
- is the textual value to parsepublic final java.lang.Object getValueObject()
PrimitiveValue
public final void setInt(int x)
PrimitiveValue
setInt
in interface PrimitiveValue
setInt
in class PrimitiveValueBase
x
- is the value to setpublic final java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |