Java javax.naming.directory ModificationItem fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory ModificationItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory ModificationItem.

The text is from its open source code.

Constructor

ModificationItem(int mod_op, Attribute attr)
Creates a new instance of ModificationItem.

Method

AttributegetAttribute()
Retrieves the attribute associated with this modification item.
intgetModificationOp()
Retrieves the modification code of this modification item.
StringtoString()
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.