public abstract Object getProperty (String name) throws IllegalArgumentException

Get the value of a feature/property from the underlying implementation

Parameters:
name    The name of the property, may not be null

Returns:  The value of the property

Exceptions:
IllegalArgumentException    if name is null