Uses of Interface
javax.jcr.nodetype.PropertyDefinition

Packages that use PropertyDefinition
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
javax.jcr.nodetype Provides interfaces and classes for content repository node type functionality. 
 

Uses of PropertyDefinition in javax.jcr
 

Methods in javax.jcr that return PropertyDefinition
 PropertyDefinition Property.getDefinition()
          Returns the property definition that applies to this property.
 

Uses of PropertyDefinition in javax.jcr.nodetype
 

Methods in javax.jcr.nodetype that return PropertyDefinition
 PropertyDefinition[] NodeType.getPropertyDefinitions()
          Returns an array containing the property definitions of this node type, including the property definitions inherited from supertypes of this node type.
 PropertyDefinition[] NodeType.getDeclaredPropertyDefinitions()
          Returns an array containing the property definitions explicitly specified in the declaration of this node type.
 



Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.