public interface Attributes
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()
Clears all attributes. 
 | 
Attributes | 
duplicate()
Returns a copy a this attribute object. 
 | 
boolean | 
isSet(int attr)  | 
void | 
set(int attr)
This method sets the specified attribute. 
 | 
void | 
unset(int attr)
This method unsets (i.e. 
 | 
boolean isSet(int attr)
void set(int attr)
void unset(int attr)
void clear()
Attributes duplicate()