public interface RtaAsyncMessage
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType(java.lang.String propertyName)
Gets the data type of the given property.
|
java.util.List<java.lang.String> |
getProperties()
Gets a list of property names in this message.
|
java.lang.Object |
getValue(java.lang.String property)
Gets associated value
|
java.util.List<java.lang.String> getProperties()
java.lang.Object getValue(java.lang.String property)
property
- property name for which value is desired.DataType getDataType(java.lang.String propertyName)
propertyName
- property name whose values data type is desired.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.