public final class SMFBv1MetadataIDByteBuffered extends Object implements SMFBv1MetadataIDType
ByteBuffer based implementation of the SMFBv1MetadataID record type.| Modifier and Type | Method and Description |
|---|---|
com.io7m.jpra.runtime.java.JPRAStringCursorReadableType |
getMetaSchemaIdReadable() |
com.io7m.jpra.runtime.java.JPRAStringCursorType |
getMetaSchemaIdWritable() |
int |
getMetaSchemaVersionMajor() |
int |
getMetaSchemaVersionMinor() |
int |
getMetaSize() |
int |
metaMetaSchemaIdOffsetFromCursor() |
int |
metaMetaSchemaIdOffsetFromType() |
static int |
metaMetaSchemaIdStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAString |
metaMetaSchemaIdType() |
int |
metaMetaSchemaVersionMajorOffsetFromCursor() |
int |
metaMetaSchemaVersionMajorOffsetFromType() |
static int |
metaMetaSchemaVersionMajorStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMetaSchemaVersionMajorType() |
int |
metaMetaSchemaVersionMinorOffsetFromCursor() |
int |
metaMetaSchemaVersionMinorOffsetFromType() |
static int |
metaMetaSchemaVersionMinorStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMetaSchemaVersionMinorType() |
int |
metaMetaSizeOffsetFromCursor() |
int |
metaMetaSizeOffsetFromType() |
static int |
metaMetaSizeStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMetaSizeType() |
static SMFBv1MetadataIDType |
newValue(ByteBuffer in_buffer,
com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer)
Construct a view of a type.
|
static SMFBv1MetadataIDType |
newValueWithOffset(ByteBuffer in_buffer,
com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer,
int in_base_offset)
Construct a view of a type.
|
void |
setMetaSchemaVersionMajor(int x)
Set the value of the
meta_schema_version_major field |
void |
setMetaSchemaVersionMinor(int x)
Set the value of the
meta_schema_version_minor field |
void |
setMetaSize(int x)
Set the value of the
meta_size field |
static int |
sizeInOctets() |
int |
sizeOctets() |
public static SMFBv1MetadataIDType newValueWithOffset(ByteBuffer in_buffer, com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer, int in_base_offset)
in_buffer - A byte bufferin_pointer - A cursorin_base_offset - The base offset from the cursorpublic static SMFBv1MetadataIDType newValue(ByteBuffer in_buffer, com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer)
in_buffer - A byte bufferin_pointer - A cursorpublic int sizeOctets()
sizeOctets in interface com.io7m.jpra.runtime.java.JPRAValueTypepublic static int sizeInOctets()
public int metaMetaSchemaIdOffsetFromType()
metaMetaSchemaIdOffsetFromType in interface SMFBv1MetadataIDReadableTypemeta_schema_id field, from the start of the typepublic static int metaMetaSchemaIdStaticOffsetFromType()
meta_schema_id from the start of the typepublic int metaMetaSchemaIdOffsetFromCursor()
metaMetaSchemaIdOffsetFromCursor in interface SMFBv1MetadataIDReadableTypemeta_schema_id field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAString metaMetaSchemaIdType()
metaMetaSchemaIdType in interface SMFBv1MetadataIDReadableTypemeta_schema_id fieldpublic com.io7m.jpra.runtime.java.JPRAStringCursorReadableType getMetaSchemaIdReadable()
getMetaSchemaIdReadable in interface SMFBv1MetadataIDReadableTypemeta_schema_id fieldpublic com.io7m.jpra.runtime.java.JPRAStringCursorType getMetaSchemaIdWritable()
getMetaSchemaIdWritable in interface SMFBv1MetadataIDWritableTypemeta_schema_id fieldpublic int metaMetaSchemaVersionMajorOffsetFromType()
metaMetaSchemaVersionMajorOffsetFromType in interface SMFBv1MetadataIDReadableTypemeta_schema_version_major field, from the start of the typepublic static int metaMetaSchemaVersionMajorStaticOffsetFromType()
meta_schema_version_major from the start of the typepublic int metaMetaSchemaVersionMajorOffsetFromCursor()
metaMetaSchemaVersionMajorOffsetFromCursor in interface SMFBv1MetadataIDReadableTypemeta_schema_version_major field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMetaSchemaVersionMajorType()
metaMetaSchemaVersionMajorType in interface SMFBv1MetadataIDReadableTypemeta_schema_version_major fieldpublic int getMetaSchemaVersionMajor()
getMetaSchemaVersionMajor in interface SMFBv1MetadataIDReadableTypemeta_schema_version_major fieldpublic void setMetaSchemaVersionMajor(int x)
SMFBv1MetadataIDWritableTypemeta_schema_version_major fieldsetMetaSchemaVersionMajor in interface SMFBv1MetadataIDWritableTypex - The new valuepublic int metaMetaSchemaVersionMinorOffsetFromType()
metaMetaSchemaVersionMinorOffsetFromType in interface SMFBv1MetadataIDReadableTypemeta_schema_version_minor field, from the start of the typepublic static int metaMetaSchemaVersionMinorStaticOffsetFromType()
meta_schema_version_minor from the start of the typepublic int metaMetaSchemaVersionMinorOffsetFromCursor()
metaMetaSchemaVersionMinorOffsetFromCursor in interface SMFBv1MetadataIDReadableTypemeta_schema_version_minor field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMetaSchemaVersionMinorType()
metaMetaSchemaVersionMinorType in interface SMFBv1MetadataIDReadableTypemeta_schema_version_minor fieldpublic int getMetaSchemaVersionMinor()
getMetaSchemaVersionMinor in interface SMFBv1MetadataIDReadableTypemeta_schema_version_minor fieldpublic void setMetaSchemaVersionMinor(int x)
SMFBv1MetadataIDWritableTypemeta_schema_version_minor fieldsetMetaSchemaVersionMinor in interface SMFBv1MetadataIDWritableTypex - The new valuepublic int metaMetaSizeOffsetFromType()
metaMetaSizeOffsetFromType in interface SMFBv1MetadataIDReadableTypemeta_size field, from the start of the typepublic static int metaMetaSizeStaticOffsetFromType()
meta_size from the start of the typepublic int metaMetaSizeOffsetFromCursor()
metaMetaSizeOffsetFromCursor in interface SMFBv1MetadataIDReadableTypemeta_size field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMetaSizeType()
metaMetaSizeType in interface SMFBv1MetadataIDReadableTypemeta_size fieldpublic int getMetaSize()
getMetaSize in interface SMFBv1MetadataIDReadableTypemeta_size fieldpublic void setMetaSize(int x)
SMFBv1MetadataIDWritableTypemeta_size fieldsetMetaSize in interface SMFBv1MetadataIDWritableTypex - The new valueCopyright © 2017 <code@io7m.com> http://io7m.com