You are here

getPropertyValue

public <T> T getPropertyValue(String name) returns the specified property.

Parameters

String name
The name of the property to be returned.

Returns

Returns a <T> T instance representing the property requested.

Example