Class bUserMenuItem_Menu


  • public class bUserMenuItem_Menu
    extends CFacade
    Generated facet for DNA struct type 'bUserMenuItem_Menu'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct bUserMenuItem_Menu.

        It is required when allocating a new block to store data for bUserMenuItem_Menu.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__item

        public static final long[] __DNA__FIELD__item
        Field descriptor (offset) for struct member 'item'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         bUserMenuItem_Menu busermenuitem_menu = ...;
         CPointer<Object> p = busermenuitem_menu.__dna__addressof(bUserMenuItem_Menu.__DNA__FIELD__item);
         CPointer<bUserMenuItem> p_item = p.cast(new Class[]{bUserMenuItem.class});
         

        Metadata

        • Field: 'item'
        • Signature: 'bUserMenuItem'
        • Actual Size (32bit/64bit): 80/88
      • __DNA__FIELD__mt_idname

        public static final long[] __DNA__FIELD__mt_idname
        Field descriptor (offset) for struct member 'mt_idname'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         bUserMenuItem_Menu busermenuitem_menu = ...;
         CPointer<Object> p = busermenuitem_menu.__dna__addressof(bUserMenuItem_Menu.__DNA__FIELD__mt_idname);
         CPointer<CArrayFacade<Byte>> p_mt_idname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'mt_idname'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
    • Constructor Detail

      • bUserMenuItem_Menu

        public bUserMenuItem_Menu​(long __address,
                                  Block __block,
                                  BlockTable __blockTable)
    • Method Detail

      • getItem

        public bUserMenuItem getItem()
                              throws java.io.IOException
        Get method for struct member 'item'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__item
      • setItem

        public void setItem​(bUserMenuItem item)
                     throws java.io.IOException
        Set method for struct member 'item'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__item
      • getMt_idname

        public CArrayFacade<java.lang.Byte> getMt_idname()
                                                  throws java.io.IOException
        Get method for struct member 'mt_idname'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mt_idname
      • setMt_idname

        public void setMt_idname​(CArrayFacade<java.lang.Byte> mt_idname)
                          throws java.io.IOException
        Set method for struct member 'mt_idname'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mt_idname