com.ca.jcs.converter.meta
Class NumericBasePropertyConverter

java.lang.Object
  extended by com.ca.jcs.cfg.Vetoable
      extended by com.ca.jcs.converter.meta.PropertyConverter
          extended by com.ca.jcs.converter.meta.NumericBasePropertyConverter
All Implemented Interfaces:
AttributeConverter

public class NumericBasePropertyConverter
extends PropertyConverter

Property converter capable of translating from one numeric base to another. Can be invoked on numeric properties or enum ordinals (isStoreNumeric=true)


Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.PropertyConverter
config, prop
 
Constructor Summary
NumericBasePropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.converter.meta.PropertyConverter
convertFromConnector, convertToConnector, getAttrConverter, getConfig, getConverter, getTargetValueOverride, isLossy, isMultiValued, isStructural, setAttrConverter
 
Methods inherited from class com.ca.jcs.cfg.Vetoable
isVetoed, setVetoed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericBasePropertyConverter

public NumericBasePropertyConverter(ConverterConfig cfg,
                                    DataModelProperty prop)


Created 2011-07-14 13:27 EST