Uses of Class
org.apache.directory.shared.ldap.ldif.ChangeType

Packages that use ChangeType
org.apache.directory.shared.ldap.ldif   
 

Uses of ChangeType in org.apache.directory.shared.ldap.ldif
 

Methods in org.apache.directory.shared.ldap.ldif that return ChangeType
 ChangeType LdifEntry.getChangeType()
          Get the change type
static ChangeType ChangeType.getChangeType(int val)
           
static ChangeType ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeType[] ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.shared.ldap.ldif with parameters of type ChangeType
 void LdifEntry.setChangeType(ChangeType changeType)
          Set the modification type
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.