org.priha.nodetype
Class QItemDefinition.Impl

java.lang.Object
  extended by org.priha.nodetype.QItemDefinition.Impl
Direct Known Subclasses:
QNodeDefinition.Impl, QPropertyDefinition.Impl
Enclosing class:
QItemDefinition

public class QItemDefinition.Impl
extends java.lang.Object

Really implements the ItemDefinition


Constructor Summary
QItemDefinition.Impl(SessionImpl ns)
           
 
Method Summary
 NodeType getDeclaringNodeType()
           
 java.lang.String getName()
           
 int getOnParentVersion()
           
 boolean isAutoCreated()
           
 boolean isMandatory()
           
 boolean isProtected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QItemDefinition.Impl

public QItemDefinition.Impl(SessionImpl ns)
Method Detail

getDeclaringNodeType

public NodeType getDeclaringNodeType()

getName

public java.lang.String getName()

getOnParentVersion

public int getOnParentVersion()

isAutoCreated

public boolean isAutoCreated()

isMandatory

public boolean isMandatory()

isProtected

public boolean isProtected()