ca.infoway.messagebuilder.marshalling.hl7.formatter
Class BaseCollectionPropertyFormatter
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter<Collection<BareANY>>
ca.infoway.messagebuilder.marshalling.hl7.formatter.BaseCollectionPropertyFormatter
- All Implemented Interfaces:
- PropertyFormatter
- Direct Known Subclasses:
- SetPropertyFormatter
public abstract class BaseCollectionPropertyFormatter
- extends AbstractNullFlavorPropertyFormatter<Collection<BareANY>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseCollectionPropertyFormatter
public BaseCollectionPropertyFormatter()
createSubContext
protected FormatContext createSubContext(FormatContext context)
extractBareValue
protected Collection<BareANY> extractBareValue(BareANY hl7Value)
- Overrides:
extractBareValue
in class AbstractNullFlavorPropertyFormatter<Collection<BareANY>>
formatAllElements
protected String formatAllElements(FormatContext subContext,
Collection<BareANY> collection,
int indentLevel)
Copyright © 2013. All Rights Reserved.