ca.infoway.messagebuilder.marshalling.hl7.formatter
Class AbstractAttributePropertyFormatter<V>
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter<V>
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractAttributePropertyFormatter<V>
- All Implemented Interfaces:
- PropertyFormatter
- Direct Known Subclasses:
- AbstractValueNullFlavorPropertyFormatter, PqPropertyFormatter
public abstract class AbstractAttributePropertyFormatter<V>
- extends AbstractNullFlavorPropertyFormatter<V>
Represents an object as a single-level element with only attributes, comme ca:
<element-name attribute1="value1" />
Concrete subclasses handle the formatting of attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_STRING
protected static final String EMPTY_STRING
- See Also:
- Constant Field Values
AbstractAttributePropertyFormatter
public AbstractAttributePropertyFormatter()
Copyright © 2013. All Rights Reserved.