Class AttributeVector
- java.lang.Object
-
- com.sun.jdo.api.persistence.enhancer.classfile.AttributeVector
-
public class AttributeVector extends Object
A list of attributes within a class file. These lists occur in several places within a class file - at class level - at method level - at field level - at attribute level
-
-
Constructor Summary
Constructors Constructor Description AttributeVector()Construct an empty AttributeVector
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(ClassAttribute attr)Add an element to the vectorEnumerationelements()ClassAttributefindAttribute(String attrName)Look for an attribute of a specific name
-
-
-
Method Detail
-
addElement
public void addElement(ClassAttribute attr)
Add an element to the vector
-
elements
public Enumeration elements()
-
findAttribute
public ClassAttribute findAttribute(String attrName)
Look for an attribute of a specific name
-
-