org.priha.nodetype
Class QItemDefinition.Impl

java.lang.Object
  extended by org.priha.nodetype.QItemDefinition.Impl
All Implemented Interfaces:
javax.jcr.nodetype.ItemDefinition
Direct Known Subclasses:
QNodeDefinition.Impl, QPropertyDefinition.Impl
Enclosing class:
QItemDefinition

public class QItemDefinition.Impl
extends java.lang.Object
implements javax.jcr.nodetype.ItemDefinition

Really implements the ItemDefinition


Constructor Summary
QItemDefinition.Impl(SessionImpl ns)
           
 
Method Summary
 javax.jcr.nodetype.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 javax.jcr.nodetype.NodeType getDeclaringNodeType()
Specified by:
getDeclaringNodeType in interface javax.jcr.nodetype.ItemDefinition

getName

public java.lang.String getName()
Specified by:
getName in interface javax.jcr.nodetype.ItemDefinition

getOnParentVersion

public int getOnParentVersion()
Specified by:
getOnParentVersion in interface javax.jcr.nodetype.ItemDefinition

isAutoCreated

public boolean isAutoCreated()
Specified by:
isAutoCreated in interface javax.jcr.nodetype.ItemDefinition

isMandatory

public boolean isMandatory()
Specified by:
isMandatory in interface javax.jcr.nodetype.ItemDefinition

isProtected

public boolean isProtected()
Specified by:
isProtected in interface javax.jcr.nodetype.ItemDefinition