|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.converter.attr.StringArrayAttributeConverter
public class StringArrayAttributeConverter
Convert a multi-valued attribute to a single String[] value.
| Constructor Summary | |
|---|---|
StringArrayAttributeConverter()
|
|
| Method Summary | |
|---|---|
void |
convertFromConnector(Attribute connAttr)
|
void |
convertToConnector(Attribute attr)
|
Converter |
getConverter()
Can be null for some structural converters. |
boolean |
isLossy()
Returns true if the converter performs a lossy attribute value conversion |
boolean |
isMultiValued()
|
boolean |
isStructural()
Returns true if the converter performs a change to the structure of an attribute's values, rather then just transforming individual values themselves. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringArrayAttributeConverter()
| Method Detail |
|---|
public boolean isMultiValued()
isMultiValued in interface AttributeConverterpublic boolean isStructural()
AttributeConverter
isStructural in interface AttributeConverterpublic boolean isLossy()
AttributeConverter
isLossy in interface AttributeConverterpublic Converter getConverter()
AttributeConverter
getConverter in interface AttributeConverter
public void convertToConnector(Attribute attr)
throws NamingException
convertToConnector in interface AttributeConverterNamingException
public void convertFromConnector(Attribute connAttr)
throws NamingException
convertFromConnector in interface AttributeConverterNamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||