org.chromattic.core.mapping.value
Class RelationshipMapping
java.lang.Object
org.chromattic.core.mapping.value.ValueMapping
org.chromattic.core.mapping.value.RelationshipMapping
- Direct Known Subclasses:
- ManyToOneMapping, OneToManyMapping, OneToOneMapping
public abstract class RelationshipMapping
- extends ValueMapping
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipMapping
public RelationshipMapping(org.reflext.api.ClassTypeInfo relatedType,
Multiplicity multiplicity,
Multiplicity relatedMultiplicity,
RelationshipType type)
getType
public RelationshipType getType()
getRelatedType
public org.reflext.api.ClassTypeInfo getRelatedType()
getMultiplicity
public Multiplicity getMultiplicity()
getRelatedMultiplicity
public Multiplicity getRelatedMultiplicity()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.