public class NodeTypeTemplateImpl extends Object
NodeTypeTemplateImpl
...Modifier and Type | Method and Description |
---|---|
NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
PropertyDefinition[] |
getDeclaredPropertyDefinitions() |
String[] |
getDeclaredSupertypeNames() |
String |
getName() |
List |
getNodeDefinitionTemplates() |
String |
getPrimaryItemName() |
List |
getPropertyDefinitionTemplates() |
boolean |
hasOrderableChildNodes() |
boolean |
isAbstract() |
boolean |
isMixin() |
boolean |
isQueryable() |
void |
setAbstract(boolean abstractStatus) |
void |
setDeclaredSuperTypeNames(String[] names) |
void |
setMixin(boolean mixin) |
void |
setName(String name) |
void |
setOrderableChildNodes(boolean orderable) |
void |
setPrimaryItemName(String name) |
void |
setQueryable(boolean queryable) |
public void setName(String name) throws ConstraintViolationException
ConstraintViolationException
public void setDeclaredSuperTypeNames(String[] names) throws ConstraintViolationException
ConstraintViolationException
public void setAbstract(boolean abstractStatus)
public void setMixin(boolean mixin)
public void setOrderableChildNodes(boolean orderable)
public void setPrimaryItemName(String name) throws ConstraintViolationException
ConstraintViolationException
public List getPropertyDefinitionTemplates()
public List getNodeDefinitionTemplates()
public void setQueryable(boolean queryable)
public String getName()
public String[] getDeclaredSupertypeNames()
public boolean isAbstract()
public boolean isMixin()
public boolean isQueryable()
public boolean hasOrderableChildNodes()
public String getPrimaryItemName()
public PropertyDefinition[] getDeclaredPropertyDefinitions()
public NodeDefinition[] getDeclaredChildNodeDefinitions()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"