Uses of Enum Class
com.streambase.liveview.client.DataStatus.STATUS
Packages that use DataStatus.STATUS
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of DataStatus.STATUS in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return DataStatus.STATUSModifier and TypeMethodDescriptionDataStatus.getStatus()
The status of import for the LiveView resource.static DataStatus.STATUS
Returns the enum constant of this class with the specified name.static DataStatus.STATUS[]
DataStatus.STATUS.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.streambase.liveview.client with parameters of type DataStatus.STATUSModifierConstructorDescription(package private)
DataStatus
(DataStatus.STATUS currentStat, String details)