API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.directory. ModificationItem View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.9 05/11/17
Serial
Hierarchy
 Object
      ModificationItem
Implements
 Serializable
Subclasses
Description
public class ModificationItem
  This class represents a modification item.
See also:   
Constructors
public ModificationItem (int mod_op, Attribute attr)
  Creates a new instance of ModificationItem.
Methods
Hide/Show inherited methods
public Attribute getAttribute ()
  Retrieves the attribute associated with this modification item.
public int getModificationOp ()
  Retrieves the modification code of this modification item.
public String toString ()
  Generates the string representation of this modification item, which consists of the modification operation and its related attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar