Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
Property.getDefinition()
Returns the property definition that applies to this property.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition[] |
NodeType.getDeclaredPropertyDefinitions()
Returns an array containing the property definitions explicitly specified
in the declaration of this node type.
|
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.
|
Copyright © 2004-2013 Day Management AG. All Rights Reserved.