public interface Properties
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get ID.
|
Map<String,String> |
getProperties()
Get Properties.
|
String |
getPropertyValue(String propertyName)
Get property value.
|
String getId() throws InternalErrorException
InternalErrorException - if an internal error occurs.String getPropertyValue(String propertyName) throws InternalErrorException
propertyName - the property name.InternalErrorException - the internal error exceptionMap<String,String> getProperties() throws InternalErrorException
InternalErrorException - the internal error exceptionCopyright © 2018. All Rights Reserved.