Uses of Class
org.apache.directory.mitosis.operation.OperationType

Packages that use OperationType
org.apache.directory.mitosis.operation   
 

Uses of OperationType in org.apache.directory.mitosis.operation
 

Fields in org.apache.directory.mitosis.operation declared as OperationType
protected  OperationType Operation.operationType
          The operation type
 

Methods in org.apache.directory.mitosis.operation that return OperationType
static OperationType OperationType.get(int value)
          Get the associated OperationType from an integer value
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.directory.mitosis.operation with parameters of type OperationType
AttributeOperation(Registries registries, OperationType operationType, CSN csn, org.apache.directory.shared.ldap.name.LdapDN dn, org.apache.directory.shared.ldap.entry.EntryAttribute attribute)
          Create a new operation that affects an entry with the specified name.
Operation(Registries registries, OperationType operationType, CSN csn)
          Creates a new instance of Operation, for the entry which csn is given as a parameter.
 



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