org.chromattic.core.mapping
Class NodeTypeMapping

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

public class NodeTypeMapping
extends TypeMapping

Version:
$Revision$
Author:
Julien Viet

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

Constructor Detail

NodeTypeMapping

public NodeTypeMapping(org.reflext.api.ClassTypeInfo objectClass,
                       Set<PropertyMapping> propertyMappings,
                       Set<MethodMapping> methodMappings,
                       NameConflictResolution onDuplicate,
                       String nodeTypeName,
                       Class<? extends ObjectFormatter> formatterClass)
Method Detail

getNodeTypeName

public String getNodeTypeName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 eXo Platform SAS. All Rights Reserved.