|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDefinitionTemplate
The PropertyDefinitionTemplate interface extends
PropertyDefinition with the addition of write methods, enabling the
characteristics of a child property definition to be set, after which the
PropertyDefinitionTemplate is added to a NodeTypeTemplate.
get methods for each attribute in
PropertyDefinition for the default values assumed when a new
empty PropertyDefinitionTemplate is created (as opposed to one
extracted from an existing NodeType).
| Method Summary | |
|---|---|
void |
setAutoCreated(boolean autoCreated)
Sets the auto-create status of the property. |
void |
setDefaultValues(Value[] defaultValues)
Sets the default value (or values, in the case of a multi-value property) of the property. |
void |
setMandatory(boolean mandatory)
Sets the mandatory status of the property. |
void |
setMultiple(boolean multiple)
Sets the multi-value status of the property. |
void |
setName(String name)
Sets the name of the property. |
void |
setOnParentVersion(int opv)
Sets the on-parent-version status of the property. |
void |
setProtected(boolean protectedStatus)
Sets the protected status of the property. |
void |
setRequiredType(int type)
Sets the required type of the property. |
void |
setValueConstraints(String[] constraints)
Sets the value constraints of the property. |
| Methods inherited from interface javax.jcr.nodetype.PropertyDefinition |
|---|
getDefaultValues, getRequiredType, getValueConstraints, isMultiple |
| Methods inherited from interface javax.jcr.nodetype.ItemDefinition |
|---|
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected |
| Method Detail |
|---|
void setName(String name)
name - a String.void setAutoCreated(boolean autoCreated)
autoCreated - a boolean.void setMandatory(boolean mandatory)
mandatory - a boolean.void setOnParentVersion(int opv)
opv - an int constant member of OnParentVersionAction.void setProtected(boolean protectedStatus)
protectedStatus - a boolean.void setRequiredType(int type)
type - an int constant member of PropertyType.void setValueConstraints(String[] constraints)
constraints - a String array.void setDefaultValues(Value[] defaultValues)
defaultValues - a Value array.void setMultiple(boolean multiple)
multiple - a boolean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||