net.sf.exorcist.midgard
Class MidgardItemDefinition

java.lang.Object
  extended by net.sf.exorcist.midgard.MidgardItemDefinition
All Implemented Interfaces:
javax.jcr.nodetype.ItemDefinition

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


Constructor Summary
MidgardItemDefinition()
           
 
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

MidgardItemDefinition

public MidgardItemDefinition()
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

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

getOnParentVersion

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

isProtected

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


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.