| Package | Description |
|---|---|
| com.siemens.ct.exi.core.io.channel |
EXI channels.
|
| com.siemens.ct.exi.core.types |
EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap.
|
| com.siemens.ct.exi.core.values |
Typed value support such as float values, list values et cetera.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeValue |
DecoderChannel.decodeDateTimeValue(DateTimeType type)
Decode Date-Time as sequence of values representing the individual
components of the Date-Time.
|
DateTimeValue |
AbstractDecoderChannel.decodeDateTimeValue(DateTimeType type)
Decode Date-Time as sequence of values representing the individual
components of the Date-Time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderChannel.encodeDateTime(DateTimeValue cal)
The Date-Time datatype representation is a sequence of values
representing the individual components of the Date-Time
|
void |
AbstractEncoderChannel.encodeDateTime(DateTimeValue datetime) |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeValue |
TypedTypeEncoder.lastDatetime |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeValue |
DateTimeValue.normalizedDateTimeValue |
| Modifier and Type | Method and Description |
|---|---|
protected DateTimeValue |
DateTimeValue.doNormalize() |
DateTimeValue |
DateTimeValue.normalize() |
static DateTimeValue |
DateTimeValue.parse(Calendar cal,
DateTimeType type)
Encode Date-Time as a sequence of values representing the individual
components of the Date-Time.
|
static DateTimeValue |
DateTimeValue.parse(String cal,
DateTimeType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DateTimeValue._equals(DateTimeValue o) |
Copyright © 2018 Siemens AG. All rights reserved.