com.ca.jcs.converter.meta
Class StringArrayPropertyConverter

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.StringArrayPropertyConverter
All Implemented Interfaces:
AttributeConverter

public class StringArrayPropertyConverter
extends PropertyConverter

Convert values for attribute matching a multi-valued property to a String[].


Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.PropertyConverter
config, prop
 
Constructor Summary
StringArrayPropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
StringArrayPropertyConverter(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

StringArrayPropertyConverter

public StringArrayPropertyConverter(ConverterConfig cfg,
                                    DataModelProperty prop)

StringArrayPropertyConverter

public StringArrayPropertyConverter(DataModelProperty prop)


Created 2011-07-14 13:27 EST