Class NoteParamsControlValue


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int mID()  
      float mValue()  
      void setMID​(int value)  
      void setMValue​(float value)  
      • 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

      • NoteParamsControlValue

        public NoteParamsControlValue()
      • NoteParamsControlValue

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

        public NoteParamsControlValue​(int mID,
                                      float mValue)
    • Method Detail

      • mID

        public int mID()
      • setMID

        public void setMID​(int value)
      • mValue

        public float mValue()
      • setMValue

        public void setMValue​(float value)