|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PrimitiveValueType>
com.espertech.esper.type.PrimitiveValueType
public enum PrimitiveValueType
Enumeration of types of primitive values.
Enum Constant Summary | |
---|---|
BOOL
Boolean. |
|
BYTE
Byte. |
|
DOUBLE
Double. |
|
FLOAT
Float. |
|
INTEGER
Integer. |
|
LONG
Long. |
|
SHORT
Short. |
|
STRING
String. |
Method Summary | |
---|---|
java.lang.String |
getTypeName()
Returns the name of the type. |
java.lang.String |
toString()
|
static PrimitiveValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PrimitiveValueType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PrimitiveValueType BYTE
public static final PrimitiveValueType SHORT
public static final PrimitiveValueType INTEGER
public static final PrimitiveValueType LONG
public static final PrimitiveValueType FLOAT
public static final PrimitiveValueType DOUBLE
public static final PrimitiveValueType BOOL
public static final PrimitiveValueType STRING
Method Detail |
---|
public static PrimitiveValueType[] values()
for (PrimitiveValueType c : PrimitiveValueType.values()) System.out.println(c);
public static PrimitiveValueType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getTypeName()
public java.lang.String toString()
toString
in class java.lang.Enum<PrimitiveValueType>
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |