com.ca.jcs.converter.attr
Class BoolAttributeConverter
java.lang.Object
com.ca.jcs.converter.attr.AttributeValueConverter
com.ca.jcs.converter.attr.BoolAttributeConverter
- All Implemented Interfaces:
- AttributeConverter
public class BoolAttributeConverter
- extends AttributeValueConverter
Calls BoolConverter on each value of a supplied attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoolAttributeConverter
public BoolAttributeConverter()
BoolAttributeConverter
public BoolAttributeConverter(boolean isNumeric)
BoolAttributeConverter
public BoolAttributeConverter(boolean isNumeric,
Collection<String> values)
Created 2011-07-14 13:27 EST