IntArrayLengthValidator
This a python binding to the C++ class Mantid::Kernel::ArrayLengthValidator.
bases: mantid.kernel.IValidator
-
class mantid.kernel.IntArrayLengthValidator((object)arg1)
-
__init__((object)arg1) → None
- __init__( (object)arg1, (int)length) -> None :
- Constructs a validator verifying that an array is of the exact length given
- __init__( (object)arg1, (int)lenmin, (int)lenmax) -> None :
- Constructs a validator verifying that the length of an array is within the range given
-
clearLength((IntArrayLengthValidator)arg1) → None :
Clears accepted length of an array
-
clearLengthMax((IntArrayLengthValidator)arg1) → None :
Set the accepted maximum length of an array
-
clearLengthMin((IntArrayLengthValidator)arg1) → None :
Set the accepted minimum length of an array
-
getLength((IntArrayLengthValidator)arg1) → int :
Returns the set fixed length
-
getMaxLength((IntArrayLengthValidator)arg1) → int :
Returns the set maximum length
-
getMinLength((IntArrayLengthValidator)arg1) → int :
Returns the set minimum length
-
hasLength((IntArrayLengthValidator)arg1) → bool :
Returns true if a single length has been set
-
hasMaxLength((IntArrayLengthValidator)arg1) → bool :
Returns true if a maximum length has been set
-
hasMinLength((IntArrayLengthValidator)arg1) → bool :
Returns true if a minimum length has been set
-
setLength((IntArrayLengthValidator)arg1, (int)arg2) → None :
Set the accepted length of an array
-
setLengthMax((IntArrayLengthValidator)arg1, (int)arg2) → None :
Set the accepted maximum length of an array
-
setLengthMin((IntArrayLengthValidator)arg1, (int)arg2) → None :
Set the accepted minimum length of an array