/* * [OS.java] * * Summary: enum of possible Windows OSes. * * Copyright: (c) 2009-2017 Roedy Green, Canadian Mind Products, http://mindprod.com * * Licence: This software may be copied and used freely for any purpose but military. * http://mindprod.com/contact/nonmil.html * * Requires: JDK 1.8+ * * Created with: JetBrains IntelliJ IDEA IDE http://www.jetbrains.com/idea/ * * Version History: * 1.8 2009-02-06 include go package in ZIP bundle. * military. */ package com.mindprod.htmlmacros.support; import com.mindprod.fastcat.FastCat; import java.util.EnumSet; import static java.lang.System.*; /** * enum of possible Windows OSes. *

* DO NOT SORT. THE ENUM ORDER IS SIGNIFICANT!! * * @author Roedy Green, Canadian Mind Products * @version 1.8 2009-02-06 include go package in ZIP bundle. * @since 2009 */ @SuppressWarnings( { "EnumeratedClassNamingConvention", "UnusedDeclaration", "WeakerAccess" } ) public enum OS { // in order by release date/power // MUST USE ENUM NAMES (CASE INSENSITIVE) IN