Class EventTypeDescriptor


  • public final class EventTypeDescriptor
    extends Object
    Hold metadata about an event type
    • Constructor Detail

      • EventTypeDescriptor

        public EventTypeDescriptor​(int identifier,
                                   String label,
                                   boolean hasStartTime,
                                   boolean hasThread,
                                   boolean canHaveStacktrace,
                                   boolean isRequstable,
                                   ValueDescriptor[] dataStructure,
                                   String description,
                                   String path)
    • Method Detail

      • getIdentifier

        public int getIdentifier()
      • getLabel

        public String getLabel()
      • hasStartTime

        public boolean hasStartTime()
      • hasThread

        public boolean hasThread()
      • canHaveStacktrace

        public boolean canHaveStacktrace()
      • isRequstable

        public boolean isRequstable()
      • getDescription

        public String getDescription()
      • getPath

        public String getPath()