Uses of Class
org.dozer.event.DozerEventType

Packages that use DozerEventType
org.dozer.event   
 

Uses of DozerEventType in org.dozer.event
 

Methods in org.dozer.event that return DozerEventType
 DozerEventType DozerEvent.getType()
           
static DozerEventType DozerEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DozerEventType[] DozerEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.dozer.event with parameters of type DozerEventType
DozerEvent(DozerEventType type, ClassMap classMap, FieldMap fieldMap, Object sourceObject, Object destinationObject, Object destinationValue)
           
 



Copyright © 2005-2011 dozer. All Rights Reserved.