Enum Class PlatformEdition

java.lang.Object
java.lang.Enum<PlatformEdition>
com.inductiveautomation.ignition.common.model.PlatformEdition
All Implemented Interfaces:
Serializable, Comparable<PlatformEdition>, Constable

public enum PlatformEdition extends Enum<PlatformEdition>
  • Enum Constant Details

  • Method Details

    • values

      public static PlatformEdition[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PlatformEdition valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • init

      public static void init(PlatformEdition edition)
    • get

      public static PlatformEdition get()
    • isStandard

      public static boolean isStandard()
    • isEdge

      public static boolean isEdge()
    • isMaker

      public static boolean isMaker()
    • isCloud

      public static boolean isCloud()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<PlatformEdition>
    • from

      public static PlatformEdition from(String name)
      Returns:
      the platform edition that matches the given string, or STANDARD if there is no match