public interface PropertySet
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys()
The set of keys which can be used to look up values in this property set
|
String |
getName()
The name of the property set, which will be used as the name of the type
|
String |
getValue(String key)
Get the value corresponding to the given key
|
Copyright © 2020. All rights reserved.