com.ca.jcs.converter.attr
Class PadAttributeConverter
java.lang.Object
com.ca.jcs.converter.attr.AttributeValueConverter
com.ca.jcs.converter.attr.PadAttributeConverter
- All Implemented Interfaces:
- AttributeConverter
public class PadAttributeConverter
- extends AttributeValueConverter
Wraps an a PadConverter in an AttributeValueConverter, and provides a suitable
attribute value converter for lossless padding (ie. not overflowing maxLength)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PadAttributeConverter
public PadAttributeConverter(String padPrefix,
String padSuffix,
int padLength,
int maxLength,
boolean variablePadding)
Created 2011-07-14 13:27 EST