KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > directory > ModificationItem

javax.naming.directory
Class ModificationItem

java.lang.Object
  extended by javax.naming.directory.ModificationItem
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public Attribute getAttribute()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getModificationOp()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModificationItem(int mod_op,
                        Attribute attr)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags