This a python binding to the C++ class Mantid::Kernel::ArrayProperty.
bases: mantid.kernel.VectorStringPropertyWithValue
Construct an ArrayProperty of typestd::string
__init__( (object)arg1, (str)name, (list)values [, (IValidator)validator=<mantid.kernel._kernel.IValidator object at 0x7f2e5004fed8> [, (int)direction=mantid.kernel._kernel.Direction.Input]]) -> object
__init__( (object)arg1, (str)name, (object)values [, (IValidator)validator=<mantid.kernel._kernel.IValidator object at 0x7f2e5004fe60> [, (int)direction=mantid.kernel._kernel.Direction.Input]]) -> object
A list of allowed values
Input, Output, InOut or Unknown. See the Direction class
The property’s doc string
Get the default value as a string
Return the ‘group’ of the property, that is, the header in the algorithm’s list of properties.
Is the property set at the default value
An empty string if the property is valid, otherwise it contains an error message.
The name of the property
Return the object managing this property’s settings
Returns a string identifier for the type
The units attached to this property
The value of the property as a string. For some property types, e.g. Workspaces, it is useful to be able to refer to the string value directly