Enum Class TraceEvent.TraceObjectValueLifespanEvent

java.lang.Object
java.lang.Enum<TraceEvent.TraceObjectValueLifespanEvent>
ghidra.trace.util.TraceEvent.TraceObjectValueLifespanEvent
All Implemented Interfaces:
EventType, TraceEvent<TraceObjectValue,Lifespan>, Serializable, Comparable<TraceEvent.TraceObjectValueLifespanEvent>, Constable
Enclosing interface:
TraceEvent<T,U>

public static enum TraceEvent.TraceObjectValueLifespanEvent extends Enum<TraceEvent.TraceObjectValueLifespanEvent> implements TraceEvent<TraceObjectValue,Lifespan>
  • Enum Constant Details

  • Method Details

    • values

      public static TraceEvent.TraceObjectValueLifespanEvent[] 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 TraceEvent.TraceObjectValueLifespanEvent 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()
      Description copied from interface: EventType
      Returns the unique id assigned to this event type. The value is guaranteed to be constant for any given run of the application, but can vary from run to run.
      Specified by:
      getId in interface EventType
      Returns:
      the unique event id assigned to this EventType.