Class SimpleTypeDescription.Codec
java.lang.Object
org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<SimpleTypeDescription>
org.eclipse.milo.opcua.stack.core.types.structured.SimpleTypeDescription.Codec
- All Implemented Interfaces:
DataTypeCodec
- Enclosing class:
- SimpleTypeDescription
public static final class SimpleTypeDescription.Codec
extends GenericDataTypeCodec<SimpleTypeDescription>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeType(EncodingContext context, UaDecoder decoder) voidencodeType(EncodingContext context, UaEncoder encoder, SimpleTypeDescription value) getType()Methods inherited from class org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec
decode, encode
-
Constructor Details
-
Codec
public Codec()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceDataTypeCodec- Specified by:
getTypein classGenericDataTypeCodec<SimpleTypeDescription>- Returns:
- the
Classof the DataType this codec encodes.
-
decodeType
- Specified by:
decodeTypein classGenericDataTypeCodec<SimpleTypeDescription>
-
encodeType
- Specified by:
encodeTypein classGenericDataTypeCodec<SimpleTypeDescription>
-