org.chromattic.metamodel.typegen
Class NodeType
java.lang.Object
org.chromattic.metamodel.typegen.NodeType
public class NodeType
- extends java.lang.Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isOrderable
public boolean isOrderable()
getSuperTypes
public java.util.Collection<NodeType> getSuperTypes()
getPropertyDefinition
public PropertyDefinition getPropertyDefinition(java.lang.String propertyName)
getPropertyDefinitions
public java.util.Map<java.lang.String,PropertyDefinition> getPropertyDefinitions()
getName
public java.lang.String getName()
isMixin
public boolean isMixin()
isPrimary
public boolean isPrimary()
getChildNodeDefinitions
public java.util.Map<java.lang.String,NodeDefinition> getChildNodeDefinitions()
getChildNodeDefinition
public NodeDefinition getChildNodeDefinition(java.lang.String childNodeName)
Copyright © 2011 eXo Platform SAS. All Rights Reserved.