public interface IPropertyProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Returns a property value as a string.
|
boolean |
hasProperty(String key)
Returns true if the property exists.
|
String getProperty(String key)
key - Name of the property whose value is sought.boolean hasProperty(String key)
key - The property name.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.