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
-
toByte
-
toInteger
-
toDouble
-
toFloat
-
toLong
-
toObject
-
toString
-