Class UserDef_Runtime


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         UserDef_Runtime userdef_runtime = ...;
         CPointer<Object> p = userdef_runtime.__dna__addressof(UserDef_Runtime.__DNA__FIELD__is_dirty);
         CPointer<Byte> p_is_dirty = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'is_dirty'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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:

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

        Metadata

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

      • UserDef_Runtime

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

      • getIs_dirty

        public byte getIs_dirty()
                         throws java.io.IOException
        Get method for struct member 'is_dirty'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__is_dirty
      • setIs_dirty

        public void setIs_dirty​(byte is_dirty)
                         throws java.io.IOException
        Set method for struct member 'is_dirty'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__is_dirty
      • 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