Class JustPCActionSubrecord


  • public final class JustPCActionSubrecord
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int data()
      not really a UInt32; cast as ptr to appropriate action
      int length()  
      void setData​(int value)
      not really a UInt32; cast as ptr to appropriate action
      void setLength​(int value)  
      void setTheClass​(char value)
      justification class value associated with this rec
      void setTheType​(char value)  
      char theClass()
      justification class value associated with this rec
      char theType()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JustPCActionSubrecord

        public JustPCActionSubrecord()
      • JustPCActionSubrecord

        protected JustPCActionSubrecord​(org.moe.natj.general.Pointer peer)
      • JustPCActionSubrecord

        public JustPCActionSubrecord​(char theClass,
                                     char theType,
                                     int length,
                                     int data)
    • Method Detail

      • theClass

        public char theClass()
        justification class value associated with this rec
      • setTheClass

        public void setTheClass​(char value)
        justification class value associated with this rec
      • theType

        public char theType()
      • setTheType

        public void setTheType​(char value)
      • length

        public int length()
      • setLength

        public void setLength​(int value)
      • data

        public int data()
        not really a UInt32; cast as ptr to appropriate action
      • setData

        public void setData​(int value)
        not really a UInt32; cast as ptr to appropriate action