public class PropertyDefinitionImpl
extends java.lang.Object
implements javax.jcr.nodetype.PropertyDefinition
| Constructor and Description |
|---|
PropertyDefinitionImpl(NodeTypeManagerImpl typeManager,
org.alfresco.service.cmr.dictionary.PropertyDefinition propDef)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.nodetype.NodeType |
getDeclaringNodeType() |
javax.jcr.Value[] |
getDefaultValues() |
java.lang.String |
getName() |
int |
getOnParentVersion() |
int |
getRequiredType() |
java.lang.String[] |
getValueConstraints() |
boolean |
isAutoCreated() |
boolean |
isMandatory() |
boolean |
isMultiple() |
boolean |
isProtected() |
public PropertyDefinitionImpl(NodeTypeManagerImpl typeManager, org.alfresco.service.cmr.dictionary.PropertyDefinition propDef)
propDef - Alfresco Property Definitionpublic int getRequiredType()
getRequiredType in interface javax.jcr.nodetype.PropertyDefinitionpublic java.lang.String[] getValueConstraints()
getValueConstraints in interface javax.jcr.nodetype.PropertyDefinitionpublic javax.jcr.Value[] getDefaultValues()
getDefaultValues in interface javax.jcr.nodetype.PropertyDefinitionpublic boolean isMultiple()
isMultiple in interface javax.jcr.nodetype.PropertyDefinitionpublic javax.jcr.nodetype.NodeType getDeclaringNodeType()
getDeclaringNodeType in interface javax.jcr.nodetype.ItemDefinitionpublic java.lang.String getName()
getName in interface javax.jcr.nodetype.ItemDefinitionpublic boolean isAutoCreated()
isAutoCreated in interface javax.jcr.nodetype.ItemDefinitionpublic boolean isMandatory()
isMandatory in interface javax.jcr.nodetype.ItemDefinitionpublic int getOnParentVersion()
getOnParentVersion in interface javax.jcr.nodetype.ItemDefinitionpublic boolean isProtected()
isProtected in interface javax.jcr.nodetype.ItemDefinitionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.