|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.base.nodetype.BaseItemDefinition
org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Property definition base class.
| Constructor Summary | |
protected |
BasePropertyDefinition()
Protected constructor. |
| Method Summary | |
Value[] |
getDefaultValues()
Always returns null. |
int |
getRequiredType()
Always returns PropertyType.UNDEFINED. |
String[] |
getValueConstraints()
Always returns null. |
boolean |
isMultiple()
Always returns false. |
| Methods inherited from class org.apache.jackrabbit.base.nodetype.BaseItemDefinition |
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jcr.nodetype.ItemDefinition |
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected |
| Constructor Detail |
protected BasePropertyDefinition()
| Method Detail |
public int getRequiredType()
PropertyType.UNDEFINED.
getRequiredType in interface PropertyDefinitionpublic String[] getValueConstraints()
null.
getValueConstraints in interface PropertyDefinitionpublic Value[] getDefaultValues()
null.
getDefaultValues in interface PropertyDefinitionpublic boolean isMultiple()
false.
isMultiple in interface PropertyDefinition
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||