Class PropertyValue
java.lang.Object
com.swiftmq.impl.streams.comp.message.PropertyValue
Facade to wrap the Value of a Message Property
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionConverts the value to boolean.toByte()
Converts the value to byte.toDouble()
Converts the value to double.toFloat()
Converts the value to float.Converts the value to integer.toLong()
Converts the value to long.toObject()
Returns the value as is.toString()
Converts the value to string.
-
Method Details
-
toBoolean
Converts the value to boolean.- Returns:
- Boolean
-
toByte
Converts the value to byte.- Returns:
- Byte
-
toInteger
Converts the value to integer.- Returns:
- Integer
-
toDouble
Converts the value to double.- Returns:
- Double
-
toFloat
Converts the value to float.- Returns:
- Float
-
toLong
Converts the value to long.- Returns:
- Long
-
toObject
Returns the value as is.- Returns:
- Object
-
toString
Converts the value to string.
-