org.chromattic.metamodel.typegen
Class NodeType

java.lang.Object
  extended by org.chromattic.metamodel.typegen.NodeType

public class NodeType
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Method Summary
 NodeDefinition getChildNodeDefinition(java.lang.String childNodeName)
           
 java.util.Map<java.lang.String,NodeDefinition> getChildNodeDefinitions()
           
 java.lang.String getClassName()
           
 java.util.Set<NodeType> getDeclaredSuperTypes()
           
 java.lang.String getName()
           
 PropertyDefinition getPropertyDefinition(java.lang.String propertyName)
           
 java.util.Map<java.lang.String,PropertyDefinition> getPropertyDefinitions()
           
 java.util.Collection<NodeType> getSuperTypes()
           
 boolean isDeclared()
           
 boolean isMixin()
           
 boolean isOrderable()
           
 boolean isPrimary()
           
 boolean isReferenceable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClassName

public java.lang.String getClassName()

isDeclared

public boolean isDeclared()

isOrderable

public boolean isOrderable()

isReferenceable

public boolean isReferenceable()

getSuperTypes

public java.util.Collection<NodeType> getSuperTypes()

getDeclaredSuperTypes

public java.util.Set<NodeType> getDeclaredSuperTypes()

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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.