public class ClassSpecificationElement
extends org.apache.tools.ant.types.DataType
| Constructor and Description |
|---|
ClassSpecificationElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredConstructor(MemberSpecificationElement memberSpecificationElement) |
void |
addConfiguredField(MemberSpecificationElement memberSpecificationElement) |
void |
addConfiguredMethod(MemberSpecificationElement memberSpecificationElement) |
void |
appendTo(List classSpecifications)
Adds the contents of this class specification element to the given list.
|
protected ClassSpecification |
createClassSpecification(ClassSpecificationElement classSpecificationElement)
Creates a new class specification corresponding to the contents of this
class specification element.
|
void |
setAccess(String access) |
void |
setAnnotation(String annotation) |
void |
setExtends(String extends_) |
void |
setExtendsannotation(String extendsAnnotation) |
void |
setImplements(String implements_) |
void |
setName(String name) |
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 classSpecifications)
classSpecifications - the class specifications to be extended.protected ClassSpecification createClassSpecification(ClassSpecificationElement classSpecificationElement)
public void setAccess(String access)
public void setAnnotation(String annotation)
public void setType(String type)
public void setName(String name)
public void setExtendsannotation(String extendsAnnotation)
public void setExtends(String extends_)
public void setImplements(String implements_)
public void addConfiguredField(MemberSpecificationElement memberSpecificationElement)
public void addConfiguredMethod(MemberSpecificationElement memberSpecificationElement)
public void addConfiguredConstructor(MemberSpecificationElement memberSpecificationElement)
Copyright © 2015. All Rights Reserved.