|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.base.nodetype.BaseItemDefinition
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 |
protected BaseItemDefinition()
Method Detail |
public NodeType getDeclaringNodeType()
getDeclaringNodeType
in interface ItemDefinition
public String getName()
getName
in interface ItemDefinition
public boolean isAutoCreated()
false
.
isAutoCreated
in interface ItemDefinition
public boolean isMandatory()
false
.
isMandatory
in interface ItemDefinition
public int getOnParentVersion()
OnParentVersionAction.IGNORE
.
getOnParentVersion
in interface ItemDefinition
public boolean isProtected()
false
.
isProtected
in interface ItemDefinition
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |