EXIficient

Uses of Interface
com.siemens.ct.exi.datatype.Datatype

Packages that use Datatype
com.siemens.ct.exi.datatype EXI built-in datatypes. 
com.siemens.ct.exi.datatype.decoder Encoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.datatype.encoder Decoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.grammar.event EXI Grammar event. 
com.siemens.ct.exi.io.block EXI blocks. 
com.siemens.ct.exi.io.channel EXI channels. 
 

Uses of Datatype in com.siemens.ct.exi.datatype
 

Classes in com.siemens.ct.exi.datatype that implement Datatype
 class AbstractDatatype
          TODO Description
 class DatatypeBinary
          TODO Description
 class DatatypeBoolean
          TODO Description
 class DatatypeBooleanPattern
          TODO Description
 class DatatypeDatetime
          TODO Description
 class DatatypeDecimal
          TODO Description
 class DatatypeEnumeration
          TODO Description
 class DatatypeFloat
          TODO Description
 class DatatypeInteger
          TODO Description
 class DatatypeList
          TODO Description
 class DatatypeNBitInteger
          TODO Description
 class DatatypeString
          TODO Description
 class DatatypeUnsignedInteger
          TODO Description
 

Fields in com.siemens.ct.exi.datatype declared as Datatype
static Datatype BuiltIn.BOOLEAN_DATATYPE
           
static Datatype BuiltIn.DEFAULT_DATATYPE
           
 

Methods in com.siemens.ct.exi.datatype that return Datatype
static Datatype BuiltIn.getDatatype(org.apache.xerces.xs.XSSimpleTypeDefinition std)
           
 Datatype DatatypeList.getListDatatype()
           
 

Constructors in com.siemens.ct.exi.datatype with parameters of type Datatype
DatatypeList(Datatype listDatatype)
           
 

Uses of Datatype in com.siemens.ct.exi.datatype.decoder
 

Methods in com.siemens.ct.exi.datatype.decoder with parameters of type Datatype
 java.lang.String UnsignedIntegerDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String StringDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String RestrictedCharacterSetDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String NBitIntegerDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String ListDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String IntegerDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String FloatDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String EnumerationDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String DecimalDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String DatetimeDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String DatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String BooleanPatternDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String BooleanDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String BinaryDatatypeDecoder.decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String TypeDecoderTypedSchemaInformed.readTypeValidValue(Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String TypeDecoderString.readTypeValidValue(Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String TypeDecoderDatatypeRepresentationMap.readTypeValidValue(Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String TypeDecoder.readTypeValidValue(Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 

Uses of Datatype in com.siemens.ct.exi.datatype.encoder
 

Methods in com.siemens.ct.exi.datatype.encoder with parameters of type Datatype
 boolean TypeEncoderString.isTypeValid(Datatype datatype, java.lang.String value)
           
 boolean TypeEncoderDatatypeRespresentationMap.isTypeValid(Datatype datatype, java.lang.String value)
           
 boolean TypeEncoder.isTypeValid(Datatype datatype, java.lang.String value)
           
 boolean AbstractTypeEncoderSchemaInformed.isTypeValid(Datatype datatype, java.lang.String value)
           
 boolean UnsignedIntegerDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean StringDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean RestrictedCharacterSetDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean NBitIntegerDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean ListDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean IntegerDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean FloatDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean EnumerationDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean DecimalDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean DatetimeDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean DatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean BooleanPatternDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean BooleanDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean BinaryDatatypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 

Uses of Datatype in com.siemens.ct.exi.grammar.event
 

Methods in com.siemens.ct.exi.grammar.event that return Datatype
 Datatype DatatypeEvent.getDatatype()
           
 Datatype AbstractDatatypeEvent.getDatatype()
           
 

Constructors in com.siemens.ct.exi.grammar.event with parameters of type Datatype
AbstractDatatypeEvent(java.lang.String grammarNotation, ExpandedName valueType, Datatype datatype)
           
Attribute(java.lang.String uri, java.lang.String localName, ExpandedName valueType, Datatype datatype)
           
Characters(ExpandedName valueType, Datatype datatype)
           
 

Uses of Datatype in com.siemens.ct.exi.io.block
 

Methods in com.siemens.ct.exi.io.block with parameters of type Datatype
 boolean EncoderBlock.isTypeValid(Datatype datatype, java.lang.String value)
           
 boolean AbstractEncoderBlock.isTypeValid(Datatype datatype, java.lang.String value)
           
 java.lang.String DecoderBlock.readTypedValidValue(Datatype datatype, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String AbstractDecoderByteBlockChannelized.readTypedValidValue(Datatype datatype, java.lang.String namespaceURI, java.lang.String localName)
           
 java.lang.String AbstractDecoderBlock.readTypedValidValue(Datatype datatype, java.lang.String namespaceURI, java.lang.String localName)
           
 

Method parameters in com.siemens.ct.exi.io.block with type arguments of type Datatype
 void DecoderByteBlock.reconstructChannels(int values, java.util.List<ExpandedName> valueQNames, java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes, java.util.Map<ExpandedName,java.lang.Integer> occurrences)
           
 void DecoderBlock.reconstructChannels(int values, java.util.List<ExpandedName> valueQNames, java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes, java.util.Map<ExpandedName,java.lang.Integer> occurrences)
           
 void DecoderBitBlock.reconstructChannels(int values, java.util.List<ExpandedName> valueQNames, java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes, java.util.Map<ExpandedName,java.lang.Integer> occurrences)
           
 void AbstractDecoderByteBlockChannelized.reconstructChannels(int values, java.util.List<ExpandedName> valueQNames, java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes, java.util.Map<ExpandedName,java.lang.Integer> occurrences)
           
 

Uses of Datatype in com.siemens.ct.exi.io.channel
 

Constructor parameters in com.siemens.ct.exi.io.channel with type arguments of type Datatype
PreReadByteDecoderChannel(TypeDecoder decoder, ByteDecoderChannel bdc, ExpandedName qname, java.util.List<Datatype> datatypes, int occurrences)
           
 


EXIficient