Uses of Class
org.apache.directory.shared.ldap.entry.ModificationOperation

Packages that use ModificationOperation
org.apache.directory.shared.ldap.entry   
 

Uses of ModificationOperation in org.apache.directory.shared.ldap.entry
 

Methods in org.apache.directory.shared.ldap.entry that return ModificationOperation
 ModificationOperation Modification.getOperation()
           
static ModificationOperation ModificationOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModificationOperation[] ModificationOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.ldap.entry with parameters of type ModificationOperation
 void Modification.setOperation(ModificationOperation operation)
          Store the modification operation
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.