public class AttributeVector extends Object
Constructor and Description |
---|
AttributeVector()
Construct an empty AttributeVector
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(ClassAttribute attr)
Add an element to the vector
|
Enumeration |
elements() |
ClassAttribute |
findAttribute(String attrName)
Look for an attribute of a specific name
|
public void addElement(ClassAttribute attr)
public Enumeration elements()
public ClassAttribute findAttribute(String attrName)
Copyright © 2021. All rights reserved.