com.ca.jcs.converter.attr
Class NumericBaseAttributeConverter
java.lang.Object
com.ca.jcs.converter.attr.AttributeValueConverter
com.ca.jcs.converter.attr.NumericBaseAttributeConverter
- All Implemented Interfaces:
- AttributeConverter
public class NumericBaseAttributeConverter
- extends AttributeValueConverter
Attribute value converter wrapper for a converter capable of converting numeric
attribute values from one base to another
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericBaseAttributeConverter
public NumericBaseAttributeConverter(int fromBase,
int toBase,
String prefix)
Created 2011-07-14 13:27 EST