org.chromattic.core.jcr.info
Class PrimaryTypeInfo

java.lang.Object
  extended by org.chromattic.core.jcr.info.NodeTypeInfo
      extended by org.chromattic.core.jcr.info.PrimaryTypeInfo

public class PrimaryTypeInfo
extends NodeTypeInfo

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PrimaryTypeInfo(javax.jcr.nodetype.NodeType nodeType, Set<NodeTypeInfo> superTypes)
           
 
Method Summary
 Set<String> getMixinNames()
           
 NodeTypeInfo getSuperType(String name)
           
 Set<String> getSuperTypeNames()
           
 Set<NodeTypeInfo> getSuperTypes()
           
 
Methods inherited from class org.chromattic.core.jcr.info.NodeTypeInfo
findPropertyDefinition, getName, getPropertyDefinitionInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryTypeInfo

public PrimaryTypeInfo(javax.jcr.nodetype.NodeType nodeType,
                       Set<NodeTypeInfo> superTypes)
Method Detail

getSuperTypeNames

public Set<String> getSuperTypeNames()

getSuperType

public NodeTypeInfo getSuperType(String name)

getSuperTypes

public Set<NodeTypeInfo> getSuperTypes()

getMixinNames

public Set<String> getMixinNames()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.