com.ca.jcs.converter.attr
Class StructuralAttributeConverter

java.lang.Object
  extended by com.ca.jcs.converter.attr.AttributeValueConverter
      extended by com.ca.jcs.converter.attr.StructuralAttributeConverter
All Implemented Interfaces:
AttributeConverter
Direct Known Subclasses:
JavaObjectAttributeConverter

public class StructuralAttributeConverter
extends AttributeValueConverter

Handy base class for converters that modify the structural form of an attribute, rather then just the syntax of its values.


Constructor Summary
StructuralAttributeConverter(Converter converter)
           
StructuralAttributeConverter(Converter converter, boolean multiValued)
           
StructuralAttributeConverter(Converter converter, boolean multiValued, boolean lossy)
           
 
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

StructuralAttributeConverter

public StructuralAttributeConverter(Converter converter,
                                    boolean multiValued,
                                    boolean lossy)

StructuralAttributeConverter

public StructuralAttributeConverter(Converter converter,
                                    boolean multiValued)

StructuralAttributeConverter

public StructuralAttributeConverter(Converter converter)


Created 2011-07-14 13:27 EST