org.apache.tools.ant.taskdefs
public static class MacroDef.TemplateElement extends Object
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
equality method
|
| String | getDescription() |
| String | getName() |
| int | hashCode() |
| boolean | isImplicit() |
| boolean | isOptional() |
| void | setDescription(String desc) |
| void | setImplicit(boolean implicit)
is this element implicit ?
|
| void | setName(String name)
The name of the element.
|
| void | setOptional(boolean optional)
is this element optional ?
|
Parameters: obj an Object value
Returns: a boolean value
Returns: the description of the element, or null if
no description is available.
Since: ant 1.6.1
Returns: the name of the element.
Returns: a hash code value for this object.
Returns: the implicit attribute
Returns: the optional attribute
Parameters: desc Description of the element.
Since: ant 1.6.1
Parameters: implicit if true this element may be left out, default is false.
Parameters: name the name of the element.
Parameters: optional if true this element may be left out, default is false.