org.apache.batik.apps.svgbrowser

Class NodeTemplates.NodeTemplateDescriptor

public static class NodeTemplates.NodeTemplateDescriptor extends Object

Wrapper for a node template. Provides the information on the node
Constructor Summary
NodeTemplateDescriptor(String name, String xmlValue, short type, String category, String description)
Constructor.
Method Summary
StringgetCategory()
StringgetDescription()
StringgetName()
shortgetType()
StringgetXmlValue()
voidsetCategory(String category)
voidsetDescription(String description)
voidsetName(String name)
voidsetType(short type)
voidsetXmlValue(String xmlValue)

Constructor Detail

NodeTemplateDescriptor

public NodeTemplateDescriptor(String name, String xmlValue, short type, String category, String description)
Constructor.

Method Detail

getCategory

public String getCategory()

getDescription

public String getDescription()

getName

public String getName()

getType

public short getType()

getXmlValue

public String getXmlValue()

setCategory

public void setCategory(String category)

setDescription

public void setDescription(String description)

setName

public void setName(String name)

setType

public void setType(short type)

setXmlValue

public void setXmlValue(String xmlValue)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.