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 PlatformStartupManager.platformThe type of platform as reported byStartupManager.determinePlatform().Methods in edu.wisc.ssec.mcidasv.startupmanager that return PlatformModifier and TypeMethodDescriptionprivate PlatformStartupManager.determinePlatform()Figures out the type of platform.StartupManager.getPlatform()static PlatformReturns 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.