public class NodeTypeDefinitionImpl
extends java.lang.Object
AbstractNodeTypeDefinition
...Constructor and Description |
---|
NodeTypeDefinitionImpl(QNodeTypeDefinition ntd,
NamePathResolver resolver,
ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
PropertyDefinition[] |
getDeclaredPropertyDefinitions() |
java.lang.String[] |
getDeclaredSupertypeNames() |
java.lang.String |
getName() |
java.lang.String |
getPrimaryItemName() |
boolean |
hasOrderableChildNodes() |
boolean |
isAbstract() |
boolean |
isMixin() |
boolean |
isQueryable() |
public NodeTypeDefinitionImpl(QNodeTypeDefinition ntd, NamePathResolver resolver, ValueFactory valueFactory)
ntd
- resolver
- valueFactory
- public java.lang.String getName()
javax.jcr.nodetype.NodeTypeDefinition#getName()
public java.lang.String getPrimaryItemName()
javax.jcr.nodetype.NodeTypeDefinition#getPrimaryItemName()
public boolean isMixin()
javax.jcr.nodetype.NodeTypeDefinition#isMixin()
public boolean hasOrderableChildNodes()
javax.jcr.nodetype.NodeTypeDefinition#hasOrderableChildNodes()
public boolean isAbstract()
javax.jcr.nodetype.NodeTypeDefinition#isAbstract()
public boolean isQueryable()
javax.jcr.nodetype.NodeTypeDefinition#isQueryable()
public PropertyDefinition[] getDeclaredPropertyDefinitions()
javax.jcr.nodetype.NodeTypeDefinition#getDeclaredPropertyDefinitions()
public NodeDefinition[] getDeclaredChildNodeDefinitions()
javax.jcr.nodetype.NodeTypeDefinition#getDeclaredChildNodeDefinitions()
public java.lang.String[] getDeclaredSupertypeNames()
javax.jcr.nodetype.NodeTypeDefinition#getDeclaredSupertypeNames()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"