org.dozer.classmap
Class RelationshipType

java.lang.Object
  extended by org.dozer.classmap.RelationshipType

public final class RelationshipType
extends Object

Author:
Dmitry Buzdin

Field Summary
static RelationshipType CUMULATIVE
           
static RelationshipType NON_CUMULATIVE
           
 
Method Summary
static RelationshipType valueOf(String relationshipType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUMULATIVE

public static final RelationshipType CUMULATIVE

NON_CUMULATIVE

public static final RelationshipType NON_CUMULATIVE
Method Detail

valueOf

public static RelationshipType valueOf(String relationshipType)


Copyright © 2005-2011 dozer. All Rights Reserved.