public class MarkImpl extends Object implements Mark
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
boolean |
equals(Object o) |
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributes() |
String |
getType() |
int |
hashCode() |
void |
setAttributes(Map<String,Object> attributes) |
void |
setType(String type) |
String |
toString() |
public MarkImpl()
public MarkImpl(String type)
public Map<String,Object> getAttributes()
getAttributes in interface Attributespublic void setAttributes(Map<String,Object> attributes)
setAttributes in interface Attributespublic void addAttribute(String key, Object value)
addAttribute in interface Attributespublic Object getAttribute(String key)
getAttribute in interface AttributesCopyright © 2019. All rights reserved.