public class AttributeValuesHolder extends Object implements Attributes
| Constructor and Description |
|---|
AttributeValuesHolder(Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAttributeAsBoolean(String name,
boolean defaultValue) |
long |
getAttributeAsLong(String name,
long defaultValue) |
Map<String,String> |
getAttributes() |
Set<String> |
getKeys() |
String |
getValue(String name) |
Set<String> |
getValues(String name) |
boolean |
isEmpty() |
public Set<String> getValues(String name)
getValues in interface Attributespublic String getValue(String name)
getValue in interface Attributespublic long getAttributeAsLong(String name, long defaultValue)
public boolean getAttributeAsBoolean(String name, boolean defaultValue)
public Set<String> getKeys()
getKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface AttributesCopyright © 2018 Atlassian. All rights reserved.