Uses of Interface
com.ibm.di.entry.AttributeInterface

Packages that use AttributeInterface
com.ibm.di.entry Provides classes that implement the Tivoli Directory Integrator Entry model. 
 

Uses of AttributeInterface in com.ibm.di.entry
 

Methods in com.ibm.di.entry with parameters of type AttributeInterface
 void Entry.mergeAttributeValue(Object name, AttributeInterface attr)
          Deprecated. use Entry.mergeAttributeValue(String, Attribute) instead.
 void Entry.set(AttributeInterface attr)
          Deprecated. Use setAttribute instead
 void Entry.setAttribute(AttributeInterface attr)
          Deprecated. will be removed in future releases! Use Entry.setAttribute(Attribute) instead.