org.chromattic.core.mapping
Class PrimaryTypeMapping

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

public class PrimaryTypeMapping
extends NodeTypeMapping

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapping.NodeTypeMapping
objectClass
 
Constructor Summary
PrimaryTypeMapping(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.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

PrimaryTypeMapping

public PrimaryTypeMapping(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 © 2010 eXo Platform SAS. All Rights Reserved.