ca.infoway.messagebuilder.marshalling.hl7.parser
Interface ParseContext

Package class diagram package ParseContext
All Superinterfaces:
Typed

public interface ParseContext
extends Typed


Method Summary
 CodingStrength getCodingStrength()
           
 ConformanceLevel getConformance()
           
 TimeZone getDateTimeTimeZone()
           
 TimeZone getDateTimeZone()
           
 Type getExpectedReturnType()
           
 Integer getLength()
           
 VersionNumber getVersion()
           
 
Methods inherited from interface ca.infoway.messagebuilder.Typed
getType
 

Method Detail

getExpectedReturnType

Type getExpectedReturnType()

getVersion

VersionNumber getVersion()

getDateTimeZone

TimeZone getDateTimeZone()

getDateTimeTimeZone

TimeZone getDateTimeTimeZone()

getLength

Integer getLength()

getCodingStrength

CodingStrength getCodingStrength()

getConformance

ConformanceLevel getConformance()


Copyright © 2013. All Rights Reserved.