org.chromattic.core.jcr.type
Class PrimaryTypeInfo
java.lang.Object
org.chromattic.core.jcr.type.NodeTypeInfo
org.chromattic.core.jcr.type.PrimaryTypeInfo
public class PrimaryTypeInfo
- extends NodeTypeInfo
Meta information about a primary node type.
This object does not hold a reference to an existing node type object.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimaryTypeInfo
public PrimaryTypeInfo(javax.jcr.nodetype.NodeType nodeType,
java.util.Set<NodeTypeInfo> superTypes)
getSuperTypeNames
public java.util.Set<java.lang.String> getSuperTypeNames()
getSuperType
public NodeTypeInfo getSuperType(java.lang.String name)
getSuperTypes
public java.util.Set<NodeTypeInfo> getSuperTypes()
getMixinNames
public java.util.Set<java.lang.String> getMixinNames()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.