Uses of Class
eu.larkc.core.PlatformStatus

Packages that use PlatformStatus
eu.larkc.core   
 

Uses of PlatformStatus in eu.larkc.core
 

Methods in eu.larkc.core that return PlatformStatus
static PlatformStatus Larkc.getPlatformStatus()
          Returns the status of the platform
static PlatformStatus PlatformStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlatformStatus[] PlatformStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.