Class SequenceRuntime


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         SequenceRuntime sequenceruntime = ...;
         CPointer<Object> p = sequenceruntime.__dna__addressof(SequenceRuntime.__DNA__FIELD__session_uuid);
         CPointer<SessionUUID> p_session_uuid = p.cast(new Class[]{SessionUUID.class});
         

        Metadata

        • Field: 'session_uuid'
        • Signature: 'SessionUUID'
        • Actual Size (32bit/64bit): 8/8
    • Constructor Detail

      • SequenceRuntime

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

      • getSession_uuid

        public SessionUUID getSession_uuid()
                                    throws java.io.IOException
        Get method for struct member 'session_uuid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__session_uuid
      • setSession_uuid

        public void setSession_uuid​(SessionUUID session_uuid)
                             throws java.io.IOException
        Set method for struct member 'session_uuid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__session_uuid