Uses of Class
org.chromattic.core.mapper.NodeTypeKind

Packages that use NodeTypeKind
org.chromattic.core.mapper   
 

Uses of NodeTypeKind in org.chromattic.core.mapper
 

Methods in org.chromattic.core.mapper that return NodeTypeKind
 NodeTypeKind ObjectMapper.getKind()
           
static NodeTypeKind NodeTypeKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeTypeKind[] NodeTypeKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.chromattic.core.mapper with parameters of type NodeTypeKind
ObjectMapper(Class<?> objectClass, Set<PropertyMapper<?,C>> propertyMappers, Set<MethodMapper<C>> methodMappers, NameConflictResolution onDuplicate, ObjectFormatter formatter, Instrumentor instrumentor, String typeName, NodeTypeKind kind)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.