public final class Structures
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static HistoricalItemInformation |
decodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<HistoricalItemInformation>> |
decodeHistoricalItemInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<HistoricalItemInformation> |
decodeListHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<QueryParameters> |
decodeListQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<ValueEntry> |
decodeListValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<ValueInformation> |
decodeListValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static QueryParameters |
decodeQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<QueryParameters>> |
decodeQueryParametersCollection(BinaryContext context,
IoBuffer data,
|
static java.util.Set<HistoricalItemInformation> |
decodeSetHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<QueryParameters> |
decodeSetQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ValueEntry> |
decodeSetValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ValueInformation> |
decodeSetValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static ValueEntry |
decodeValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ValueEntry>> |
decodeValueEntryCollection(BinaryContext context,
IoBuffer data,
|
static ValueInformation |
decodeValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ValueInformation>> |
decodeValueInformationCollection(BinaryContext context,
IoBuffer data,
|
static void |
encodeCollectionHistoricalItemInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<HistoricalItemInformation> values) |
static void |
encodeCollectionQueryParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<QueryParameters> values) |
static void |
encodeCollectionValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ValueEntry> values) |
static void |
encodeCollectionValueInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ValueInformation> values) |
static void |
encodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
HistoricalItemInformation value) |
static void |
encodeQueryParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
QueryParameters value) |
static void |
encodeValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ValueEntry value) |
static void |
encodeValueInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ValueInformation value) |
protected static void |
fillHistoricalItemInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<HistoricalItemInformation> values) |
protected static void |
fillQueryParametersCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<QueryParameters> values) |
protected static void |
fillValueEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ValueEntry> values) |
protected static void |
fillValueInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ValueInformation> values) |
protected static HistoricalItemInformation |
inlindeDecodeHistoricalItemInformation(BinaryContext _context,
IoBuffer _data) |
protected static QueryParameters |
inlindeDecodeQueryParameters(BinaryContext _context,
IoBuffer _data) |
protected static ValueEntry |
inlindeDecodeValueEntry(BinaryContext _context,
IoBuffer _data) |
protected static ValueInformation |
inlindeDecodeValueInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
inlineEncodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
HistoricalItemInformation value) |
protected static void |
inlineEncodeQueryParameters(BinaryContext context,
IoBuffer data,
QueryParameters value) |
protected static void |
inlineEncodeValueEntry(BinaryContext context,
IoBuffer data,
ValueEntry value) |
protected static void |
inlineEncodeValueInformation(BinaryContext context,
IoBuffer data,
ValueInformation value) |
protected static void inlineEncodeQueryParameters(BinaryContext context, IoBuffer data, QueryParameters value) throws java.lang.Exception
java.lang.Exceptionprotected static QueryParameters inlindeDecodeQueryParameters(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeQueryParameters(BinaryContext context, IoBuffer data, byte fieldNumber, QueryParameters value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionQueryParameters(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<QueryParameters> values) throws java.lang.Exception
java.lang.Exceptionpublic static QueryParameters decodeQueryParameters(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillQueryParametersCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<QueryParameters> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<QueryParameters>> T decodeQueryParametersCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<QueryParameters> decodeListQueryParameters(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<QueryParameters> decodeSetQueryParameters(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void inlineEncodeHistoricalItemInformation(BinaryContext context, IoBuffer data, HistoricalItemInformation value) throws java.lang.Exception
java.lang.Exceptionprotected static HistoricalItemInformation inlindeDecodeHistoricalItemInformation(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeHistoricalItemInformation(BinaryContext context, IoBuffer data, byte fieldNumber, HistoricalItemInformation value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionHistoricalItemInformation(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<HistoricalItemInformation> values) throws java.lang.Exception
java.lang.Exceptionpublic static HistoricalItemInformation decodeHistoricalItemInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillHistoricalItemInformationCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<HistoricalItemInformation> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<HistoricalItemInformation>> T decodeHistoricalItemInformationCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<HistoricalItemInformation> decodeListHistoricalItemInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<HistoricalItemInformation> decodeSetHistoricalItemInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void inlineEncodeValueInformation(BinaryContext context, IoBuffer data, ValueInformation value) throws java.lang.Exception
java.lang.Exceptionprotected static ValueInformation inlindeDecodeValueInformation(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeValueInformation(BinaryContext context, IoBuffer data, byte fieldNumber, ValueInformation value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionValueInformation(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<ValueInformation> values) throws java.lang.Exception
java.lang.Exceptionpublic static ValueInformation decodeValueInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillValueInformationCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<ValueInformation> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<ValueInformation>> T decodeValueInformationCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<ValueInformation> decodeListValueInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<ValueInformation> decodeSetValueInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void inlineEncodeValueEntry(BinaryContext context, IoBuffer data, ValueEntry value) throws java.lang.Exception
java.lang.Exceptionprotected static ValueEntry inlindeDecodeValueEntry(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeValueEntry(BinaryContext context, IoBuffer data, byte fieldNumber, ValueEntry value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionValueEntry(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<ValueEntry> values) throws java.lang.Exception
java.lang.Exceptionpublic static ValueEntry decodeValueEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillValueEntryCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<ValueEntry> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<ValueEntry>> T decodeValueEntryCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<ValueEntry> decodeListValueEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<ValueEntry> decodeSetValueEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0