Uses of Interface
org.apache.jackrabbit.core.nodetype.ItemDef

Packages that use ItemDef
org.apache.jackrabbit.core.nodetype   
 

Uses of ItemDef in org.apache.jackrabbit.core.nodetype
 

Subinterfaces of ItemDef in org.apache.jackrabbit.core.nodetype
 interface NodeDef
          NodeDef is the internal representation of a node definition.
 interface PropDef
          PropDef is the internal representation of a property definition.
 

Classes in org.apache.jackrabbit.core.nodetype that implement ItemDef
 class ItemDefImpl
          This abstract class implements the ItemDef interface and additionally provides setter methods for the various item definition attributes.
 class NodeDefImpl
          This class implements the NodeDef interface and additionally provides setter methods for the various node definition attributes.
 class PropDefImpl
          This class implements the PropDef interface and additionally provides setter methods for the various property definition attributes.
 

Fields in org.apache.jackrabbit.core.nodetype declared as ItemDef
static ItemDef[] ItemDef.EMPTY_ARRAY
           
 

Methods in org.apache.jackrabbit.core.nodetype that return ItemDef
 ItemDef[] EffectiveNodeType.getAllItemDefs()
           
 ItemDef[] EffectiveNodeType.getNamedItemDefs()
           
 ItemDef[] EffectiveNodeType.getUnnamedItemDefs()
           
 ItemDef[] EffectiveNodeType.getNamedItemDefs(QName name)
           
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.