Interface OpenData


public interface OpenData
This interface identifies the open data types. They are:

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*

*CompositeData and TabularData are also referred to as the the aggregate open data types.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
    An array of strings of the fully-qualified names of the open data types.
  • Field Details

    • types

      static final String[] types
      An array of strings of the fully-qualified names of the open data types.