Uses of Class
com.streambase.liveview.client.DataStatus.STATUS
-
Packages that use DataStatus.STATUS Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of DataStatus.STATUS in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return DataStatus.STATUS Modifier and Type Method Description DataStatus.STATUS
DataStatus. getStatus()
The status of import for the LiveView resource.static DataStatus.STATUS
DataStatus.STATUS. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataStatus.STATUS[]
DataStatus.STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-