public class MemberSpecificationElement
extends org.apache.tools.ant.types.DataType
| Constructor and Description |
|---|
MemberSpecificationElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(List memberSpecifications,
boolean isMethod,
boolean isConstructor)
Adds the contents of this class member specification element to the given
list.
|
void |
setAccess(String access) |
void |
setAnnotation(String annotation) |
void |
setName(String name) |
void |
setParam(String parameters)
Deprecated.
Use
setParameters(String) instead. |
void |
setParameters(String parameters) |
void |
setType(String type) |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toStringpublic void appendTo(List memberSpecifications, boolean isMethod, boolean isConstructor)
memberSpecifications - the class member specifications to be
extended.isMethod - specifies whether this specification
refers to a method.isConstructor - specifies whether this specification
refers to a constructor.public void setAccess(String access)
public void setAnnotation(String annotation)
public void setType(String type)
public void setName(String name)
public void setParameters(String parameters)
public void setParam(String parameters)
setParameters(String) instead.Copyright © 2015. All Rights Reserved.