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

Packages that use AttributeInterface
com.ibm.di.entry   
 

Uses of AttributeInterface in com.ibm.di.entry
 

Classes in com.ibm.di.entry that implement AttributeInterface
 class Attribute
          The Attribute class is used in conjunction with the Entry object to store information about an attribute.
 

Methods in com.ibm.di.entry with parameters of type AttributeInterface
 void Entry.mergeAttributeValue(Object name, AttributeInterface attr)
          Merges the values in one attribute with the values from another attribute.
 void Entry.set(AttributeInterface attr)
          Deprecated. Use setAttribute instead
 void EntryInterface.setAttribute(AttributeInterface p1)
           
 void Entry.setAttribute(AttributeInterface attr)
          Adds or replaces an attribute in this Entry's list of attributes.