Enum Class VTEvent

java.lang.Object
java.lang.Enum<VTEvent>
ghidra.feature.vt.api.impl.VTEvent
All Implemented Interfaces:
ghidra.framework.model.EventType, Serializable, Comparable<VTEvent>, Constable

public enum VTEvent extends Enum<VTEvent> implements ghidra.framework.model.EventType
  • Enum Constant Details

    • MATCH_SET_ADDED

      public static final VTEvent MATCH_SET_ADDED
    • ASSOCIATION_STATUS_CHANGED

      public static final VTEvent ASSOCIATION_STATUS_CHANGED
    • ASSOCIATION_MARKUP_STATUS_CHANGED

      public static final VTEvent ASSOCIATION_MARKUP_STATUS_CHANGED
    • MATCH_ADDED

      public static final VTEvent MATCH_ADDED
    • MATCH_DELETED

      public static final VTEvent MATCH_DELETED
    • MATCH_TAG_CHANGED

      public static final VTEvent MATCH_TAG_CHANGED
    • ASSOCIATION_ADDED

      public static final VTEvent ASSOCIATION_ADDED
    • ASSOCIATION_REMOVED

      public static final VTEvent ASSOCIATION_REMOVED
    • MARKUP_ITEM_STATUS_CHANGED

      public static final VTEvent MARKUP_ITEM_STATUS_CHANGED
    • MARKUP_ITEM_DESTINATION_CHANGED

      public static final VTEvent MARKUP_ITEM_DESTINATION_CHANGED
    • TAG_ADDED

      public static final VTEvent TAG_ADDED
    • TAG_REMOVED

      public static final VTEvent TAG_REMOVED
    • VOTE_COUNT_CHANGED

      public static final VTEvent VOTE_COUNT_CHANGED
  • Method Details

    • values

      public static VTEvent[] 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 VTEvent 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
    • getId

      public int getId()
      Specified by:
      getId in interface ghidra.framework.model.EventType