Constructor and Description |
---|
NestedElement() |
Modifier and Type | Method and Description |
---|---|
void |
setClassName(String className)
Set the classname of the class to be used for the nested element.
|
void |
setName(String name)
set the tag name for this nested element
|
void |
setType(String type)
Set the type of this element.
|
public void setClassName(String className)
className
- the name of the class to use for this nested
element.public void setName(String name)
name
- the name of this nested elementpublic void setType(String type)
type
- the name of an Ant type, or task, to use for this nested
element.