public method O2GSystemProperty.getValue

Brief

Returns a string for particular property which would be a key for a map got by O2GSystemPropertiesReader.getProperties().

Declaration
Java
String  getValue ()

Details

Example of usage:
Map<String, String> properties = systemResponseReader.getProperties();
String sBaseUnitSizeValue = properties.get(O2GSystemProperty.BASE_UNIT_SIZE.getValue());

Declared in O2GSystemProperty

back