Class OmronProbeReport.OmNamedItem

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OmNamedItem​(int instance, int allocation, java.lang.String name, int typeCode, int typeInst)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        public final int instance
      • allocation

        public final int allocation
      • name

        public final java.lang.String name
      • typeCode

        public final int typeCode
      • typeInst

        public final int typeInst
    • Constructor Detail

      • OmNamedItem

        protected OmNamedItem​(int instance,
                              int allocation,
                              java.lang.String name,
                              int typeCode,
                              int typeInst)
    • Method Detail

      • getName

        public java.lang.String getName()