public final class SMFBv1SchemaIDByteBuffered extends Object implements SMFBv1SchemaIDType
ByteBuffer based implementation of the SMFBv1SchemaID record type.| Modifier and Type | Method and Description |
|---|---|
com.io7m.jpra.runtime.java.JPRAStringCursorReadableType |
getSchemaIdReadable() |
com.io7m.jpra.runtime.java.JPRAStringCursorType |
getSchemaIdWritable() |
int |
getSchemaVersionMajor() |
int |
getSchemaVersionMinor() |
int |
metaSchemaIdOffsetFromCursor() |
int |
metaSchemaIdOffsetFromType() |
static int |
metaSchemaIdStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAString |
metaSchemaIdType() |
int |
metaSchemaVersionMajorOffsetFromCursor() |
int |
metaSchemaVersionMajorOffsetFromType() |
static int |
metaSchemaVersionMajorStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaSchemaVersionMajorType() |
int |
metaSchemaVersionMinorOffsetFromCursor() |
int |
metaSchemaVersionMinorOffsetFromType() |
static int |
metaSchemaVersionMinorStaticOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaSchemaVersionMinorType() |
static SMFBv1SchemaIDType |
newValue(ByteBuffer in_buffer,
com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer)
Construct a view of a type.
|
static SMFBv1SchemaIDType |
newValueWithOffset(ByteBuffer in_buffer,
com.io7m.jpra.runtime.java.JPRACursorByteReadableType in_pointer,
int in_base_offset)
Construct a view of a type.
|
void |
setSchemaVersionMajor(int x)
Set the value of the
schema_version_major field |
void |
setSchemaVersionMinor(int x)
Set the value of the
schema_version_minor field |
static int |
sizeInOctets() |
int |
sizeOctets() |
public static SMFBv1SchemaIDType 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 SMFBv1SchemaIDType 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 metaSchemaIdOffsetFromType()
metaSchemaIdOffsetFromType in interface SMFBv1SchemaIDReadableTypeschema_id field, from the start of the typepublic static int metaSchemaIdStaticOffsetFromType()
schema_id from the start of the typepublic int metaSchemaIdOffsetFromCursor()
metaSchemaIdOffsetFromCursor in interface SMFBv1SchemaIDReadableTypeschema_id field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAString metaSchemaIdType()
metaSchemaIdType in interface SMFBv1SchemaIDReadableTypeschema_id fieldpublic com.io7m.jpra.runtime.java.JPRAStringCursorReadableType getSchemaIdReadable()
getSchemaIdReadable in interface SMFBv1SchemaIDReadableTypeschema_id fieldpublic com.io7m.jpra.runtime.java.JPRAStringCursorType getSchemaIdWritable()
getSchemaIdWritable in interface SMFBv1SchemaIDWritableTypeschema_id fieldpublic int metaSchemaVersionMajorOffsetFromType()
metaSchemaVersionMajorOffsetFromType in interface SMFBv1SchemaIDReadableTypeschema_version_major field, from the start of the typepublic static int metaSchemaVersionMajorStaticOffsetFromType()
schema_version_major from the start of the typepublic int metaSchemaVersionMajorOffsetFromCursor()
metaSchemaVersionMajorOffsetFromCursor in interface SMFBv1SchemaIDReadableTypeschema_version_major field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaSchemaVersionMajorType()
metaSchemaVersionMajorType in interface SMFBv1SchemaIDReadableTypeschema_version_major fieldpublic int getSchemaVersionMajor()
getSchemaVersionMajor in interface SMFBv1SchemaIDReadableTypeschema_version_major fieldpublic void setSchemaVersionMajor(int x)
SMFBv1SchemaIDWritableTypeschema_version_major fieldsetSchemaVersionMajor in interface SMFBv1SchemaIDWritableTypex - The new valuepublic int metaSchemaVersionMinorOffsetFromType()
metaSchemaVersionMinorOffsetFromType in interface SMFBv1SchemaIDReadableTypeschema_version_minor field, from the start of the typepublic static int metaSchemaVersionMinorStaticOffsetFromType()
schema_version_minor from the start of the typepublic int metaSchemaVersionMinorOffsetFromCursor()
metaSchemaVersionMinorOffsetFromCursor in interface SMFBv1SchemaIDReadableTypeschema_version_minor field, from the cursorpublic com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaSchemaVersionMinorType()
metaSchemaVersionMinorType in interface SMFBv1SchemaIDReadableTypeschema_version_minor fieldpublic int getSchemaVersionMinor()
getSchemaVersionMinor in interface SMFBv1SchemaIDReadableTypeschema_version_minor fieldpublic void setSchemaVersionMinor(int x)
SMFBv1SchemaIDWritableTypeschema_version_minor fieldsetSchemaVersionMinor in interface SMFBv1SchemaIDWritableTypex - The new valueCopyright © 2017 <code@io7m.com> http://io7m.com