public abstract class NodeContentBlockWithAttributesImpl extends NodeContentBlockImpl implements Attributes
contentBlocks| Constructor and Description |
|---|
NodeContentBlockWithAttributesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
boolean |
equals(Object o) |
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributes() |
int |
hashCode() |
void |
setAttributes(Map<String,Object> attributes) |
String |
toString() |
addContentBlock, getContentBlocks, setContentBlockspublic void addAttribute(String key, Object value)
addAttribute in interface Attributespublic boolean equals(Object o)
equals in class NodeContentBlockImplpublic Object getAttribute(String key)
getAttribute in interface Attributespublic Map<String,Object> getAttributes()
getAttributes in interface Attributespublic void setAttributes(Map<String,Object> attributes)
setAttributes in interface Attributespublic int hashCode()
hashCode in class NodeContentBlockImplpublic String toString()
toString in class NodeContentBlockImplCopyright © 2019. All rights reserved.