org.chromattic.core.mapping
Class MixinTypeMapping

java.lang.Object
  extended by org.chromattic.core.mapping.NodeTypeMapping
      extended by org.chromattic.core.mapping.MixinTypeMapping

public class MixinTypeMapping
extends NodeTypeMapping

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapping.NodeTypeMapping
objectClass
 
Constructor Summary
MixinTypeMapping(org.reflext.api.ClassTypeInfo objectClass, Set<PropertyMapping> propertyMappings, Set<MethodMapping> methodMappings, NameConflictResolution onDuplicate, String mixinTypeName)
           
 
Method Summary
 String getMixinTypeName()
           
 String toString()
           
 
Methods inherited from class org.chromattic.core.mapping.NodeTypeMapping
equals, getFormatterClass, getMethodMappings, getObjectClass, getOnDuplicate, getPropertyMappings, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MixinTypeMapping

public MixinTypeMapping(org.reflext.api.ClassTypeInfo objectClass,
                        Set<PropertyMapping> propertyMappings,
                        Set<MethodMapping> methodMappings,
                        NameConflictResolution onDuplicate,
                        String mixinTypeName)
Method Detail

getMixinTypeName

public String getMixinTypeName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.