PropertyHistory

This a python binding to the C++ class Mantid::Kernel::PropertyHistory.

class mantid.kernel.PropertyHistory
__init__()

Raises an exception This class cannot be instantiated from Python

direction((PropertyHistory)self) → int :

Returns the direction of the property.

isDefault((PropertyHistory)self) → bool :

Returns if the property value is the default value.

name((PropertyHistory)self) → str :

Returns the name of the property.

type((PropertyHistory)self) → str :

Returns the type of the property.

value((PropertyHistory)self) → str :

Returns the value of the property.