PropertyHistory
This is a Python binding to the C++ class Mantid::Kernel::PropertyHistory.
-
class mantid.kernel.PropertyHistory((object)arg1, (str)arg2, (str)arg3, (str)arg4, (bool)arg5, (int)arg6)
-
__init__((object)arg1, (str)arg2, (str)arg3, (str)arg4, (bool)arg5, (int)arg6) → None
-
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.