Property.Exceptions| Modifier and Type | Field and Description |
|---|---|
protected Element |
element |
protected String |
key |
protected V |
value |
| Constructor and Description |
|---|
TinkerProperty(Element element,
String key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
Element |
element() |
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isPresent() |
String |
key() |
void |
remove() |
String |
toString() |
V |
value() |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.