Package apple.struct

Class build_tool_version


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTool​(int value)
      enum for the tool
      void setVersion​(int value)
      version number of the tool
      int tool()
      enum for the tool
      int version()
      version number of the tool
      • 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

      • build_tool_version

        public build_tool_version()
      • build_tool_version

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

        public build_tool_version​(int tool,
                                  int version)
    • Method Detail

      • tool

        public int tool()
        enum for the tool
      • setTool

        public void setTool​(int value)
        enum for the tool
      • version

        public int version()
        version number of the tool
      • setVersion

        public void setVersion​(int value)
        version number of the tool