Uses of Class
org.chromattic.core.NodeAttributeType

Packages that use NodeAttributeType
org.chromattic.core   
org.chromattic.core.mapper.nodeattribute   
org.chromattic.core.mapping.jcr   
 

Uses of NodeAttributeType in org.chromattic.core
 

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

Methods in org.chromattic.core with parameters of type NodeAttributeType
 String ObjectContext.getAttribute(NodeAttributeType type)
           
 

Uses of NodeAttributeType in org.chromattic.core.mapper.nodeattribute
 

Constructors in org.chromattic.core.mapper.nodeattribute with parameters of type NodeAttributeType
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 

Uses of NodeAttributeType in org.chromattic.core.mapping.jcr
 

Methods in org.chromattic.core.mapping.jcr that return NodeAttributeType
 NodeAttributeType JCRNodeAttributeMapping.getType()
           
 

Constructors in org.chromattic.core.mapping.jcr with parameters of type NodeAttributeType
JCRNodeAttributeMapping(NodeAttributeType type)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.