com.ca.jcs.converter.attr
Class ForceCaseAttributeConverter

java.lang.Object
  extended by com.ca.jcs.converter.attr.AttributeValueConverter
      extended by com.ca.jcs.converter.attr.ForceCaseAttributeConverter
All Implemented Interfaces:
AttributeConverter

public class ForceCaseAttributeConverter
extends AttributeValueConverter

Converter that forces string values to be in particular case $Id: ForceCaseAttributeConverter.java 55483 2011-03-31 06:11:18Z khaam03 $


Constructor Summary
ForceCaseAttributeConverter(boolean forceCaseUpper)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.converter.attr.AttributeValueConverter
convertFromConnector, convertToConnector, getConverter, isLossy, isMultiValued, isStructural, setConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceCaseAttributeConverter

public ForceCaseAttributeConverter(boolean forceCaseUpper)
Parameters:
forceCaseUpper - if True, upper case conversion is forced, lower case otherwise


Created 2011-07-14 13:27 EST