public class NodeTypeTemplateImpl extends java.lang.Object implements NodeTypeTemplate
NodeTypeTemplateImpl
...Modifier and Type | Method and Description |
---|---|
NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
PropertyDefinition[] |
getDeclaredPropertyDefinitions() |
java.lang.String[] |
getDeclaredSupertypeNames() |
java.lang.String |
getName() |
java.util.List |
getNodeDefinitionTemplates() |
java.lang.String |
getPrimaryItemName() |
java.util.List |
getPropertyDefinitionTemplates() |
boolean |
hasOrderableChildNodes() |
boolean |
isAbstract() |
boolean |
isMixin() |
boolean |
isQueryable() |
void |
setAbstract(boolean abstractStatus) |
void |
setDeclaredSuperTypeNames(java.lang.String[] names) |
void |
setMixin(boolean mixin) |
void |
setName(java.lang.String name) |
void |
setOrderableChildNodes(boolean orderable) |
void |
setPrimaryItemName(java.lang.String name) |
void |
setQueryable(boolean queryable) |
public void setName(java.lang.String name) throws ConstraintViolationException
setName
in interface NodeTypeTemplate
ConstraintViolationException
public void setDeclaredSuperTypeNames(java.lang.String[] names) throws ConstraintViolationException
setDeclaredSuperTypeNames
in interface NodeTypeTemplate
ConstraintViolationException
public void setAbstract(boolean abstractStatus)
setAbstract
in interface NodeTypeTemplate
public void setMixin(boolean mixin)
setMixin
in interface NodeTypeTemplate
public void setOrderableChildNodes(boolean orderable)
setOrderableChildNodes
in interface NodeTypeTemplate
public void setPrimaryItemName(java.lang.String name) throws ConstraintViolationException
setPrimaryItemName
in interface NodeTypeTemplate
ConstraintViolationException
public java.util.List getPropertyDefinitionTemplates()
getPropertyDefinitionTemplates
in interface NodeTypeTemplate
public java.util.List getNodeDefinitionTemplates()
getNodeDefinitionTemplates
in interface NodeTypeTemplate
public void setQueryable(boolean queryable)
setQueryable
in interface NodeTypeTemplate
public java.lang.String getName()
getName
in interface NodeTypeDefinition
public java.lang.String[] getDeclaredSupertypeNames()
getDeclaredSupertypeNames
in interface NodeTypeDefinition
public boolean isAbstract()
isAbstract
in interface NodeTypeDefinition
public boolean isMixin()
isMixin
in interface NodeTypeDefinition
public boolean isQueryable()
isQueryable
in interface NodeTypeDefinition
public boolean hasOrderableChildNodes()
hasOrderableChildNodes
in interface NodeTypeDefinition
public java.lang.String getPrimaryItemName()
getPrimaryItemName
in interface NodeTypeDefinition
public PropertyDefinition[] getDeclaredPropertyDefinitions()
getDeclaredPropertyDefinitions
in interface NodeTypeDefinition
public NodeDefinition[] getDeclaredChildNodeDefinitions()
getDeclaredChildNodeDefinitions
in interface NodeTypeDefinition
Copyright © 2010 - 2023 Adobe. All Rights Reserved