public class MutableAttributes extends Object implements ArooaAttributes
ArooaAttributes.| Constructor and Description |
|---|
MutableAttributes() |
MutableAttributes(ArooaAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String name)
The attribute value.
|
String[] |
getAttributeNames()
Get all the names of the attributes.
|
String |
remove(String name) |
void |
set(String name,
String value) |
public MutableAttributes()
public MutableAttributes(ArooaAttributes attributes)
public String get(String name)
ArooaAttributesget in interface ArooaAttributesname - The name of the attribute.public String[] getAttributeNames()
ArooaAttributesgetAttributeNames in interface ArooaAttributesCopyright © 2023. All rights reserved.