|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.esper.type.PrimitiveValueBase
net.esper.type.ByteValue
public final class ByteValue
Placeholder for a byte value in an event expression.
| Constructor Summary | |
|---|---|
ByteValue()
|
|
| Method Summary | |
|---|---|
PrimitiveValueType |
getType()
Returns the type of primitive value this instance represents. |
Object |
getValueObject()
Returns a value object. |
void |
parse(String value)
Parse the string literal value into the specific data type. |
void |
setByte(byte x)
Set a byte value. |
String |
toString()
|
| Methods inherited from class net.esper.type.PrimitiveValueBase |
|---|
parse, setBoolean, setDouble, setFloat, setInt, setLong, setShort, setString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ByteValue()
| Method Detail |
|---|
public PrimitiveValueType getType()
PrimitiveValue
public final void parse(String value)
PrimitiveValue
value - is the textual value to parsepublic final Object getValueObject()
PrimitiveValue
public final void setByte(byte x)
PrimitiveValue
setByte in interface PrimitiveValuesetByte in class PrimitiveValueBasex - is the value to setpublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||