IAttributespublic class Attributes extends java.lang.Object implements IAttributes
| Constructor | Description |
|---|---|
Attributes() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
|
java.util.Set<java.lang.String> |
getAttributeNames() |
|
java.lang.Object |
removeAttribute(java.lang.String name) |
Remove the attribute
|
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
Set a custom attribute.
|
public java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface IAttributesname - The name of the attribute to returnpublic java.util.Set<java.lang.String> getAttributeNames()
getAttributeNames in interface IAttributespublic void setAttribute(java.lang.String name,
java.lang.Object value)
IAttributessetAttribute in interface IAttributespublic java.lang.Object removeAttribute(java.lang.String name)
IAttributesremoveAttribute in interface IAttributes