org.modeshape.jcr.nodetype
Interface NodeTypeTemplate

All Superinterfaces:
NodeTypeDefinition, NodeTypeTemplate

@NotThreadSafe
public interface NodeTypeTemplate
extends NodeTypeTemplate

A template that can be used to create new node types, patterned after the approach in the proposed JSR-283. This interface extends the NodeTypeDefinition interface and adds setter methods for the various attributes.


Method Summary
 
Methods inherited from interface javax.jcr.nodetype.NodeTypeTemplate
getNodeDefinitionTemplates, getPropertyDefinitionTemplates, setAbstract, setDeclaredSuperTypeNames, setMixin, setName, setOrderableChildNodes, setPrimaryItemName, setQueryable
 
Methods inherited from interface javax.jcr.nodetype.NodeTypeDefinition
getDeclaredChildNodeDefinitions, getDeclaredPropertyDefinitions, getDeclaredSupertypeNames, getName, getPrimaryItemName, hasOrderableChildNodes, isAbstract, isMixin, isQueryable
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.