public static class NodeTemplates.NodeTemplateDescriptor extends Object
Constructor and Description |
---|
NodeTemplateDescriptor(String name,
String xmlValue,
short type,
String category,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getDescription() |
String |
getName() |
short |
getType() |
String |
getXmlValue() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(short type) |
void |
setXmlValue(String xmlValue) |
public String getCategory()
public void setCategory(String category)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public short getType()
public void setType(short type)
public String getXmlValue()
public void setXmlValue(String xmlValue)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.