org.priha.nodetype
Class QNodeDefinition.Impl

java.lang.Object
  extended by org.priha.nodetype.QItemDefinition.Impl
      extended by org.priha.nodetype.QNodeDefinition.Impl
Enclosing class:
QNodeDefinition

public class QNodeDefinition.Impl
extends QItemDefinition.Impl


Constructor Summary
QNodeDefinition.Impl(SessionImpl ns)
           
 
Method Summary
 boolean allowsSameNameSiblings()
           
 NodeType getDefaultPrimaryType()
           
 NodeType[] getRequiredPrimaryTypes()
           
 java.lang.String toString()
           
 
Methods inherited from class org.priha.nodetype.QItemDefinition.Impl
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QNodeDefinition.Impl

public QNodeDefinition.Impl(SessionImpl ns)
Method Detail

allowsSameNameSiblings

public boolean allowsSameNameSiblings()

getDefaultPrimaryType

public NodeType getDefaultPrimaryType()

getRequiredPrimaryTypes

public NodeType[] getRequiredPrimaryTypes()

toString

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