Class HostTraceOptions.HostTraceFlag

  • Enclosing class:
    HostTraceOptions

    public static class HostTraceOptions.HostTraceFlag
    extends java.lang.Object
    HostTraceFlag ist used to represent the data for a particular trace flag such as its index. Objects of this type are passed back to the using application within the HostTraceOptions.
    • Constructor Summary

      Constructors 
      Constructor Description
      HostTraceFlag​(int idx, int val, java.lang.String txt, java.lang.String des)
      Construciton of HostTraceFlag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getDescription()
      get the trace flag description
      int getIndex()
      get the trace flag indext
      java.lang.String getText()
      get the trace flag text information
      int getValue()
      get the trace value
      int hashCode()  
      void setValue​(int val)
      get the trace value
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HostTraceFlag

        public HostTraceFlag​(int idx,
                             int val,
                             java.lang.String txt,
                             java.lang.String des)
        Construciton of HostTraceFlag
        Parameters:
        idx - int
        val - int
        txt - String
        des - String
    • Method Detail

      • getIndex

        public int getIndex()
        get the trace flag indext
        Returns:
        int
      • setValue

        public void setValue​(int val)
        get the trace value
        Parameters:
        val - int
      • getValue

        public int getValue()
        get the trace value
        Returns:
        int
      • getText

        public java.lang.String getText()
        get the trace flag text information
        Returns:
        String
      • getDescription

        public java.lang.String getDescription()
        get the trace flag description
        Returns:
        String
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object