public class AttrSetCollection extends java.util.Hashtable<java.lang.String,IAttrSet>
| Constructor and Description |
|---|
AttrSetCollection()
Constructs a collection.
|
| Modifier and Type | Method and Description |
|---|---|
IAttrSet |
getAttrSet(java.lang.String name)
Retrieves a attribute set from this collection.
|
void |
putAttrSet(java.lang.String name,
IAttrSet set)
Sets attribute set in this collection.
|
public IAttrSet getAttrSet(java.lang.String name)
name - name of the attribute setpublic void putAttrSet(java.lang.String name,
IAttrSet set)
name - set of the attribute setset - attribute set