org.apache.tools.ant.taskdefs
public static class MacroDef.TemplateElement extends Object
Method Summary | |
---|---|
boolean | equals(Object obj)
equality method.
|
String | getDescription()
Gets the description of this element.
|
String | getName()
Gets the name of this element.
|
int | hashCode() |
boolean | isImplicit()
Gets whether this element is implicit.
|
boolean | isOptional()
Gets whether this element is optional.
|
void | setDescription(String desc)
Sets a textual description of this element,
for build documentation purposes only.
|
void | setImplicit(boolean implicit)
Sets whether this element is implicit.
|
void | setName(String name)
Sets the name of this element.
|
void | setOptional(boolean optional)
Sets whether this element is 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.