public final class Structures extends Object
Modifier and Type | Method and Description |
---|---|
static HistoricalItemInformation |
decodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<HistoricalItemInformation>> |
decodeHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<HistoricalItemInformation,T> allactor,
boolean allowNull) |
static List<HistoricalItemInformation> |
decodeListHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<QueryParameters> |
decodeListQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<ValueEntry> |
decodeListValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<ValueInformation> |
decodeListValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static QueryParameters |
decodeQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<QueryParameters>> |
decodeQueryParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<QueryParameters,T> allactor,
boolean allowNull) |
static Set<HistoricalItemInformation> |
decodeSetHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<QueryParameters> |
decodeSetQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ValueEntry> |
decodeSetValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ValueInformation> |
decodeSetValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static ValueEntry |
decodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<ValueEntry>> |
decodeValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueEntry,T> allactor,
boolean allowNull) |
static ValueInformation |
decodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<ValueInformation>> |
decodeValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueInformation,T> allactor,
boolean allowNull) |
static void |
encodeCollectionHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<HistoricalItemInformation> values) |
static void |
encodeCollectionQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<QueryParameters> values) |
static void |
encodeCollectionValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ValueEntry> values) |
static void |
encodeCollectionValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ValueInformation> values) |
static void |
encodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
HistoricalItemInformation value) |
static void |
encodeQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
QueryParameters value) |
static void |
encodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ValueEntry value) |
static void |
encodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ValueInformation value) |
protected static void |
fillHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<HistoricalItemInformation> values) |
protected static void |
fillQueryParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<QueryParameters> values) |
protected static void |
fillValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ValueEntry> values) |
protected static void |
fillValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ValueInformation> values) |
protected static HistoricalItemInformation |
inlindeDecodeHistoricalItemInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static QueryParameters |
inlindeDecodeQueryParameters(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static ValueEntry |
inlindeDecodeValueEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static ValueInformation |
inlindeDecodeValueInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static void |
inlineEncodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
HistoricalItemInformation value) |
protected static void |
inlineEncodeQueryParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
QueryParameters value) |
protected static void |
inlineEncodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ValueEntry value) |
protected static void |
inlineEncodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ValueInformation value) |
protected static void inlineEncodeQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, QueryParameters value) throws Exception
Exception
protected static QueryParameters inlindeDecodeQueryParameters(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, QueryParameters value) throws Exception
Exception
public static void encodeCollectionQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<QueryParameters> values) throws Exception
Exception
public static QueryParameters decodeQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillQueryParametersCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<QueryParameters> values) throws Exception
Exception
protected static <T extends Collection<QueryParameters>> T decodeQueryParametersCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<QueryParameters,T> allactor, boolean allowNull) throws Exception
Exception
public static List<QueryParameters> decodeListQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<QueryParameters> decodeSetQueryParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, HistoricalItemInformation value) throws Exception
Exception
protected static HistoricalItemInformation inlindeDecodeHistoricalItemInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, HistoricalItemInformation value) throws Exception
Exception
public static void encodeCollectionHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<HistoricalItemInformation> values) throws Exception
Exception
public static HistoricalItemInformation decodeHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillHistoricalItemInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<HistoricalItemInformation> values) throws Exception
Exception
protected static <T extends Collection<HistoricalItemInformation>> T decodeHistoricalItemInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<HistoricalItemInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<HistoricalItemInformation> decodeListHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<HistoricalItemInformation> decodeSetHistoricalItemInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, ValueInformation value) throws Exception
Exception
protected static ValueInformation inlindeDecodeValueInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, ValueInformation value) throws Exception
Exception
public static void encodeCollectionValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<ValueInformation> values) throws Exception
Exception
public static ValueInformation decodeValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillValueInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<ValueInformation> values) throws Exception
Exception
protected static <T extends Collection<ValueInformation>> T decodeValueInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<ValueInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<ValueInformation> decodeListValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<ValueInformation> decodeSetValueInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, ValueEntry value) throws Exception
Exception
protected static ValueEntry inlindeDecodeValueEntry(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, ValueEntry value) throws Exception
Exception
public static void encodeCollectionValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<ValueEntry> values) throws Exception
Exception
public static ValueEntry decodeValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillValueEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<ValueEntry> values) throws Exception
Exception
protected static <T extends Collection<ValueEntry>> T decodeValueEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<ValueEntry,T> allactor, boolean allowNull) throws Exception
Exception
public static List<ValueEntry> decodeListValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<ValueEntry> decodeSetValueEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.