public interface ValueListFormatter
Modifier and Type | Method and Description |
---|---|
StringBuilder |
format(AttributeValueFormatter valueFormatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf)
Format an attribute and its list of values as a string.
|
StringBuilder format(AttributeValueFormatter valueFormatter, Attribute<?> att, List<? extends AttributeValue> val, StringBuilder buf)
valueFormatter
- The formatter must call
format
on this object to format values from the value list.val
- Value of the attribute. May be null
if the attribute is set but
has no value.buf
- String buffer to which the formatted attribute is appended.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.