org.chromattic.core.jcr.info
Class NodeTypeInfo

java.lang.Object
  extended by org.chromattic.core.jcr.info.NodeTypeInfo
Direct Known Subclasses:
MixinTypeInfo, PrimaryTypeInfo

public class NodeTypeInfo
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
NodeTypeInfo(javax.jcr.nodetype.NodeType nodeType)
           
 
Method Summary
 PropertyDefinitionInfo findPropertyDefinition(String propertyName)
           
 String getName()
           
 PropertyDefinitionInfo getPropertyDefinitionInfo(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypeInfo

public NodeTypeInfo(javax.jcr.nodetype.NodeType nodeType)
Method Detail

getName

public String getName()

getPropertyDefinitionInfo

public PropertyDefinitionInfo getPropertyDefinitionInfo(String name)

findPropertyDefinition

public PropertyDefinitionInfo findPropertyDefinition(String propertyName)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.