aicas logoJamaica 3.2 release 62

javax.naming.directory
Class ModificationItem

java.lang.Object
  extended by javax.naming.directory.ModificationItem
All Implemented Interfaces:
Serializable

public class ModificationItem
extends Object
implements Serializable

See Also:
Serialized Form
Date:
June 13, 2001

Constructor Summary
ModificationItem(int mod_op, Attribute attr)
           
 
Method Summary
 Attribute getAttribute()
           
 int getModificationOp()
           
 String toString()
          toString creates a printable string that represents this object for debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModificationItem

public ModificationItem(int mod_op,
                        Attribute attr)
Method Detail

getModificationOp

public int getModificationOp()

getAttribute

public Attribute getAttribute()

toString

public String toString()
Description copied from class: Object
toString creates a printable string that represents this object for debugging purposes.

The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).

Overrides:
toString in class Object
Returns:
a string identifying this object.

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.