public interface IAttrSet
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String name)
Deletes an attribute value from this AttrSet.
|
java.lang.Object |
get(java.lang.String name)
Gets an attribute value.
|
java.util.Enumeration<java.lang.String> |
getElements()
Returns an enumeration of the names of the attributes existing within
this AttrSet.
|
void |
set(java.lang.String name,
java.lang.Object obj)
Sets an attribute value within this AttrSet.
|
void set(java.lang.String name,
java.lang.Object obj)
throws EBaseException
name - the name of the attributeobj - the attribute object.EBaseException - on attribute handling errors.java.lang.Object get(java.lang.String name)
throws EBaseException
name - the name of the attribute to return.EBaseException - on attribute handling errors.void delete(java.lang.String name)
throws EBaseException
name - the name of the attribute to delete.EBaseException - on attribute handling errors.java.util.Enumeration<java.lang.String> getElements()