Name | Signature and Synopsis |
---|---|
C_BooleanConstant | Object C_BooleanConstant(boolean value) Return the Wrapper for a Boolean |
C_DateTimeConstant | Object C_DateTimeConstant(String date) Return the Wrapper for a DateTime |
C_DoubleConstant | Object C_DoubleConstant(double value) Return the Wrapper for a Double |
C_IntConstant | Object C_IntConstant(int value) Return the Wrapper for a int |
C_LongConstant | Object C_LongConstant(long value) Return the Wrapper for a Long |
C_StringConstant | Object C_StringConstant(String value) Return the Wrapper for a String |