public interface HasAttributes
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
String value) |
String |
getAttribute(String key) |
Set<String> |
getAttributeKeys() |
boolean |
hasAttribute(String key) |
void |
removeAllAttributes() |
Copyright © 2017. All rights reserved.