Class SupportBean
java.lang.Object
com.espertech.esper.common.internal.support.SupportBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
compare
(SupportBean received, String[] split, Object[] objects) static void
compare
(SupportBean received, String property, Object expected) static void
static void
boolean
static SupportBean[]
getBeansPerIndex
(SupportBean[] beans, int[] indexes) byte
char
double
float
int
long
static Object[]
getOAStringAndIntPerIndex
(SupportBean[] beans, int[] indexes) short
int
hashCode()
boolean
static SupportBean
static SupportBean
static SupportBean
static SupportBean
static SupportBean
makeBean
(String string, int intPrimitive, long longPrimitive, double doublePrimitive, boolean boolPrimitive) static SupportBean
makeBeanWBoxed
(String string, int intPrimitive, Double doubleBoxed, Long longBoxed) void
setBigDecimal
(BigDecimal bigDecimal) void
setBigInteger
(BigInteger bigInteger) void
setBoolBoxed
(Boolean boolBoxed) void
setBoolPrimitive
(boolean boolPrimitive) void
setByteBoxed
(Byte byteBoxed) void
setBytePrimitive
(byte bytePrimitive) void
setCharBoxed
(Character charBoxed) void
setCharPrimitive
(char charPrimitive) void
setDoubleBoxed
(Double doubleBoxed) void
setDoublePrimitive
(double doublePrimitive) void
setEnumValue
(SupportEnum enumValue) void
setFloatBoxed
(Float floatBoxed) void
setFloatPrimitive
(float floatPrimitive) void
setIntBoxed
(Integer intBoxed) void
setIntPrimitive
(int intPrimitive) void
setLongBoxed
(Long longBoxed) void
setLongPrimitive
(long longPrimitive) void
setShortBoxed
(Short shortBoxed) void
setShortPrimitive
(short shortPrimitive) void
setTheString
(String theString) toString()
-
Constructor Details
-
SupportBean
public SupportBean() -
SupportBean
-
-
Method Details
-
getTheString
-
isBoolPrimitive
public boolean isBoolPrimitive() -
getIntPrimitive
public int getIntPrimitive() -
getLongPrimitive
public long getLongPrimitive() -
getCharPrimitive
public char getCharPrimitive() -
getShortPrimitive
public short getShortPrimitive() -
getBytePrimitive
public byte getBytePrimitive() -
getFloatPrimitive
public float getFloatPrimitive() -
getDoublePrimitive
public double getDoublePrimitive() -
getBoolBoxed
-
getIntBoxed
-
getLongBoxed
-
getCharBoxed
-
getShortBoxed
-
getByteBoxed
-
getFloatBoxed
-
getDoubleBoxed
-
setTheString
-
setBoolPrimitive
public void setBoolPrimitive(boolean boolPrimitive) -
setIntPrimitive
public void setIntPrimitive(int intPrimitive) -
setLongPrimitive
public void setLongPrimitive(long longPrimitive) -
setCharPrimitive
public void setCharPrimitive(char charPrimitive) -
setShortPrimitive
public void setShortPrimitive(short shortPrimitive) -
setBytePrimitive
public void setBytePrimitive(byte bytePrimitive) -
setFloatPrimitive
public void setFloatPrimitive(float floatPrimitive) -
setDoublePrimitive
public void setDoublePrimitive(double doublePrimitive) -
setBoolBoxed
-
setIntBoxed
-
setLongBoxed
-
setCharBoxed
-
setShortBoxed
-
setByteBoxed
-
setFloatBoxed
-
setDoubleBoxed
-
getEnumValue
-
setEnumValue
-
toString
-
getBigDecimal
-
setBigDecimal
-
getBigInteger
-
setBigInteger
-
getBeansPerIndex
-
getOAStringAndIntPerIndex
-
equals
-
hashCode
public int hashCode() -
makeBean
-
makeBean
public static SupportBean makeBean(String string, int intPrimitive, long longPrimitive, double doublePrimitive) -
makeBean
public static SupportBean makeBean(String string, int intPrimitive, long longPrimitive, double doublePrimitive, boolean boolPrimitive) -
makeBean
-
makeBean
-
makeBeanWBoxed
public static SupportBean makeBeanWBoxed(String string, int intPrimitive, Double doubleBoxed, Long longBoxed) -
compare
-
compare
-
compare
-
compare
-