Class EventTypeDescriptor


  • public final class EventTypeDescriptor
    extends java.lang.Object
    Hold metadata about an event type
    • Field Detail

      • identifier

        private final int identifier
      • label

        private final java.lang.String label
      • hasStartTime

        private final boolean hasStartTime
      • hasThread

        private final boolean hasThread
      • canHaveStacktrace

        private final boolean canHaveStacktrace
      • isRequstable

        private final boolean isRequstable
      • description

        private final java.lang.String description
      • path

        private final java.lang.String path
    • Constructor Detail

      • EventTypeDescriptor

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

      • getIdentifier

        public int getIdentifier()
      • getLabel

        public java.lang.String getLabel()
      • hasStartTime

        public boolean hasStartTime()
      • hasThread

        public boolean hasThread()
      • canHaveStacktrace

        public boolean canHaveStacktrace()
      • isRequstable

        public boolean isRequstable()
      • getDescription

        public java.lang.String getDescription()
      • getPath

        public java.lang.String getPath()