Enum Class Winevt.EVT_VARIANT_TYPE

java.lang.Object
java.lang.Enum<Winevt.EVT_VARIANT_TYPE>
com.sun.jna.platform.win32.Winevt.EVT_VARIANT_TYPE
All Implemented Interfaces:
Serializable, Comparable<Winevt.EVT_VARIANT_TYPE>, Constable
Enclosing interface:
Winevt

public static enum Winevt.EVT_VARIANT_TYPE extends Enum<Winevt.EVT_VARIANT_TYPE>
Defines the possible data types of a variant data item. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385616(v=vs.85).aspx
  • Enum Constant Details

  • Method Details

    • values

      public static Winevt.EVT_VARIANT_TYPE[] 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 Winevt.EVT_VARIANT_TYPE 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
    • getField

      public String getField()
    • getArrField

      public String getArrField()