public class AttributeMap
extends java.util.HashMap<java.lang.String,java.lang.String>
| Constructor and Description |
|---|
AttributeMap() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
getNamespace() |
java.lang.String |
put(java.lang.String key,
boolean value)
Another variation of the put method to convert boolean values into
strings.
|
java.lang.String |
put(java.lang.String key,
int value)
Another variation of the put method to convert integer values into
strings.
|
void |
setNamespace(Namespace namespace)
Set the namespace for all attributes contained within this map.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic void setNamespace(Namespace namespace)
namespace - The new namespace.public Namespace getNamespace()
public java.lang.String put(java.lang.String key,
int value)
key - The attribute's name.value - The value of the attribute.public java.lang.String put(java.lang.String key,
boolean value)
key - value - Copyright © 2018 DuraSpace. All Rights Reserved.