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