Class bUserMenuItem_Prop


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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_Prop busermenuitem_prop = ...;
         CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__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__context_data_path

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

        Pointer Arithmetics

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

         bUserMenuItem_Prop busermenuitem_prop = ...;
         CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__context_data_path);
         CPointer<CArrayFacade<Byte>> p_context_data_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'context_data_path'
        • Signature: 'char[256]'
        • Actual Size (32bit/64bit): 256/256
      • __DNA__FIELD__prop_id

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

        Pointer Arithmetics

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

         bUserMenuItem_Prop busermenuitem_prop = ...;
         CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__prop_id);
         CPointer<CArrayFacade<Byte>> p_prop_id = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'prop_id'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__prop_index

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

        Pointer Arithmetics

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

         bUserMenuItem_Prop busermenuitem_prop = ...;
         CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__prop_index);
         CPointer<Integer> p_prop_index = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'prop_index'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad0

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

        Pointer Arithmetics

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

         bUserMenuItem_Prop busermenuitem_prop = ...;
         CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • bUserMenuItem_Prop

        public bUserMenuItem_Prop​(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
      • getContext_data_path

        public CArrayFacade<java.lang.Byte> getContext_data_path()
                                                          throws java.io.IOException
        Get method for struct member 'context_data_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__context_data_path
      • setContext_data_path

        public void setContext_data_path​(CArrayFacade<java.lang.Byte> context_data_path)
                                  throws java.io.IOException
        Set method for struct member 'context_data_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__context_data_path
      • getProp_id

        public CArrayFacade<java.lang.Byte> getProp_id()
                                                throws java.io.IOException
        Get method for struct member 'prop_id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prop_id
      • setProp_id

        public void setProp_id​(CArrayFacade<java.lang.Byte> prop_id)
                        throws java.io.IOException
        Set method for struct member 'prop_id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prop_id
      • getProp_index

        public int getProp_index()
                          throws java.io.IOException
        Get method for struct member 'prop_index'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prop_index
      • setProp_index

        public void setProp_index​(int prop_index)
                           throws java.io.IOException
        Set method for struct member 'prop_index'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prop_index
      • get_pad0

        public CArrayFacade<java.lang.Byte> get_pad0()
                                              throws java.io.IOException
        Get method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

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