ca.infoway.messagebuilder.simple.xml
Class FormatterContextImpl

Package class diagram package FormatterContextImpl
java.lang.Object
  extended by ca.infoway.messagebuilder.simple.xml.FormatterContextImpl
All Implemented Interfaces:
FormatContext

public class FormatterContextImpl
extends Object
implements FormatContext


Constructor Summary
FormatterContextImpl()
           
FormatterContextImpl(StandardDataType type, Class<?> expectedReturnType)
           
 
Method Summary
 List<ErrorMessage> getErrors()
           
 Class<?> getExpectedReturnType()
           
 StandardDataType getType()
           
 boolean matchesType(StandardDataType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterContextImpl

public FormatterContextImpl()

FormatterContextImpl

public FormatterContextImpl(StandardDataType type,
                            Class<?> expectedReturnType)
Method Detail

getErrors

public List<ErrorMessage> getErrors()
Specified by:
getErrors in interface FormatContext

getType

public StandardDataType getType()
Specified by:
getType in interface FormatContext

getExpectedReturnType

public Class<?> getExpectedReturnType()
Specified by:
getExpectedReturnType in interface FormatContext

matchesType

public boolean matchesType(StandardDataType type)
Specified by:
matchesType in interface FormatContext


Copyright © 2013. All Rights Reserved.