Class ValueDescriptor

  • All Implemented Interfaces:
    Cloneable

    public final class ValueDescriptor
    extends Object
    implements Cloneable
    Class responsible for holding metadata about an event value
    • Method Detail

      • getIdentifier

        public String getIdentifier()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getTransition

        public Transition getTransition()
      • getDataType

        public DataType getDataType()
      • getRelationalKey

        public String getRelationalKey()
      • getContentType

        public int getContentType()
      • getInnerDataType

        public DataType getInnerDataType()
                                  throws org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
        Throws:
        org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
      • getChildren

        public ValueDescriptor[] getChildren()
                                      throws org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
        Throws:
        org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException