|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeConverter
Destructively convert all values for an attribute.
| Method Summary | |
|---|---|
void |
convertFromConnector(Attribute connAttrVals)
|
void |
convertToConnector(Attribute attrVals)
|
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. |
| Method Detail |
|---|
void convertToConnector(Attribute attrVals)
throws NamingException
NamingException
void convertFromConnector(Attribute connAttrVals)
throws NamingException
NamingExceptionboolean isMultiValued()
boolean isStructural()
boolean isLossy()
Converter getConverter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||