This a python binding to the C++ class Mantid::Kernel::ArrayProperty.
bases: mantid.kernel.VectorLongPropertyWithValue
Construct an ArrayProperty of typelong
__init__( (object)arg1, (str)name, (list)values [, (IValidator)validator=<mantid.kernel._kernel.IValidator object at 0x39fcde8> [, (int)direction=mantid.kernel._kernel.Direction.Input]]) -> object
__init__( (object)arg1, (str)name, (object)values [, (IValidator)validator=<mantid.kernel._kernel.IValidator object at 0x39fcd70> [, (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 formatted string. If maxLength is defined then the output may not contain the full contents of the property. The maxLength and collapseLists arguments do not work for all property types
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