|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BitWiseOpEnum>
com.espertech.esper.type.BitWiseOpEnum
public enum BitWiseOpEnum
Enum representing relational types of operation.
Nested Class Summary | |
---|---|
static class |
BitWiseOpEnum.BAndBoolean
Bit Wise And. |
static class |
BitWiseOpEnum.BAndByte
Bit Wise And. |
static class |
BitWiseOpEnum.BAndInt
Bit Wise And. |
static class |
BitWiseOpEnum.BAndLong
Bit Wise And. |
static class |
BitWiseOpEnum.BAndShort
Bit Wise And. |
static class |
BitWiseOpEnum.BOrBoolean
Bit Wise Or. |
static class |
BitWiseOpEnum.BOrByte
Bit Wise Or. |
static class |
BitWiseOpEnum.BOrInt
Bit Wise Or. |
static class |
BitWiseOpEnum.BOrLong
Bit Wise Or. |
static class |
BitWiseOpEnum.BOrShort
Bit Wise Or. |
static class |
BitWiseOpEnum.BXorBoolean
Bit Wise Xor. |
static class |
BitWiseOpEnum.BXorByte
Bit Wise Xor. |
static class |
BitWiseOpEnum.BXorInt
Bit Wise Xor. |
static class |
BitWiseOpEnum.BXorLong
Bit Wise Xor. |
static class |
BitWiseOpEnum.BXorShort
Bit Wise Xor. |
static interface |
BitWiseOpEnum.Computer
Computer for relational op. |
Enum Constant Summary | |
---|---|
BAND
Bitwise and. |
|
BOR
Bitwise or. |
|
BXOR
Bitwise xor. |
Method Summary | |
---|---|
java.lang.String |
getComputeDescription()
Returns string rendering of enum. |
BitWiseOpEnum.Computer |
getComputer(java.lang.Class coercedType)
Returns number or boolean computation for the target coercion type. |
java.lang.String |
getExpressionText()
Returns the operator as an expression text. |
static BitWiseOpEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BitWiseOpEnum[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BitWiseOpEnum BAND
public static final BitWiseOpEnum BOR
public static final BitWiseOpEnum BXOR
Method Detail |
---|
public static BitWiseOpEnum[] values()
for (BitWiseOpEnum c : BitWiseOpEnum.values()) System.out.println(c);
public static BitWiseOpEnum 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 getExpressionText()
public BitWiseOpEnum.Computer getComputer(java.lang.Class coercedType)
coercedType
- - target type
public java.lang.String getComputeDescription()
|
© 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 |