| Package | Description |
|---|---|
| com.siemens.ct.exi.core.datatype |
EXI built-in datatypes.
|
| 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 |
|---|---|
DateTimeType |
DatetimeDatatype.getDatetimeType() |
| Constructor and Description |
|---|
DatetimeDatatype(DateTimeType dateType,
QNameContext schemaType) |
| 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 |
|---|---|
static DateTimeType |
DateTimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeType[] |
DateTimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
DateTimeType |
DateTimeValue.type |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
DateTimeValue(DateTimeType type,
int year,
int monthDay,
int time,
int fractionalSecs,
boolean presenceTimezone,
int timezone) |
Copyright © 2018 Siemens AG. All rights reserved.