Uses of Enum Class
edu.wisc.ssec.mcidasv.startupmanager.Platform
Packages that use Platform
-
Uses of Platform in edu.wisc.ssec.mcidasv.startupmanager
Fields in edu.wisc.ssec.mcidasv.startupmanager declared as PlatformModifier and TypeFieldDescriptionprivate final Platform
StartupManager.platform
The type of platform as reported byStartupManager.determinePlatform()
.Methods in edu.wisc.ssec.mcidasv.startupmanager that return PlatformModifier and TypeMethodDescriptionprivate Platform
StartupManager.determinePlatform()
Figures out the type of platform.StartupManager.getPlatform()
static Platform
Returns the enum constant of this class with the specified name.static Platform[]
Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.