org.apache.jackrabbit.base.nodetype
Class BaseItemDefinition

java.lang.Object
  extended byorg.apache.jackrabbit.base.nodetype.BaseItemDefinition
All Implemented Interfaces:
ItemDefinition
Direct Known Subclasses:
BaseNodeDefinition, BasePropertyDefinition

public class BaseItemDefinition
extends Object
implements ItemDefinition

Item definition base class.


Constructor Summary
protected BaseItemDefinition()
          Protected constructor.
 
Method Summary
 NodeType getDeclaringNodeType()
          Not implemented.
 String getName()
          Not implemented.
 int getOnParentVersion()
          Always returns OnParentVersionAction.IGNORE.
 boolean isAutoCreated()
          Always returns false.
 boolean isMandatory()
          Always returns false.
 boolean isProtected()
          Always returns false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseItemDefinition

protected BaseItemDefinition()
Protected constructor. This class is only useful when extended.

Method Detail

getDeclaringNodeType

public NodeType getDeclaringNodeType()
Not implemented.

Specified by:
getDeclaringNodeType in interface ItemDefinition

getName

public String getName()
Not implemented.

Specified by:
getName in interface ItemDefinition

isAutoCreated

public boolean isAutoCreated()
Always returns false.

Specified by:
isAutoCreated in interface ItemDefinition

isMandatory

public boolean isMandatory()
Always returns false.

Specified by:
isMandatory in interface ItemDefinition

getOnParentVersion

public int getOnParentVersion()
Always returns OnParentVersionAction.IGNORE.

Specified by:
getOnParentVersion in interface ItemDefinition

isProtected

public boolean isProtected()
Always returns false.

Specified by:
isProtected in interface ItemDefinition


Copyright © 2004-2005 . All Rights Reserved.