org.chromattic.core.jcr.type
Class NodeTypeInfo

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

public class NodeTypeInfo
extends java.lang.Object

Meta information about a node type.

This object does not hold a reference to an existing node type object.

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
NodeTypeInfo(javax.jcr.nodetype.NodeType nodeType)
           
 
Method Summary
 PropertyDefinitionInfo findPropertyDefinition(java.lang.String propertyName)
           
 java.lang.String getName()
           
 PropertyDefinitionInfo getPropertyDefinitionInfo(java.lang.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 java.lang.String getName()

getPropertyDefinitionInfo

public PropertyDefinitionInfo getPropertyDefinitionInfo(java.lang.String name)

findPropertyDefinition

public PropertyDefinitionInfo findPropertyDefinition(java.lang.String propertyName)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.