Package COM.TIBCO.hawk.talon
Interface OpenData
public interface OpenData
This interface identifies the open data types.
They are:
*CompositeData and TabularData are also referred to as the
the aggregate open data types.
|
java.lang.String |
|
java.lang.Character |
|
java.lang.Boolean |
|
java.lang.Byte |
|
java.lang.Short |
|
java.lang.Integer |
|
java.lang.Long |
|
java.lang.Float |
|
java.lang.Double |
|
java.math.BigInteger |
|
COM.TIBCO.hawk.talon.CompositeData* |
|
COM.TIBCO.hawk.talon.TabularData* |
-
Field Summary
Fields
-
Field Details
-
types
An array of strings of the fully-qualified names of the open data types.
-