Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech
interface PropertyVetoExceptionValue
Files: GNOME_Speech.idl
GNOME-Speech-PropertyVetoExceptionValue-inheritance GNOME-Speech-SpeechObject.html Bonobo-Unknown.html

The minimum and maximum range values associated with a property veto exception.

See Also:
PropertyVetoException


Operations Summary:
 voidinit(in long minValue, in long maxValue)
 longgetMinValue()
 longgetMaxValue()

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void init(in long minValue, in long maxValue)

Initialises a range exception with the minimum and maximum allowed range values. A detail message is a string that describes this particular exception.

Parameters:
minvalue - the minimum value of the range
maxValue - the maximum value of the range


 long getMinValue()

Returns the minimum allowed value for this range.

Return:
the minimum allowed value for this range.


 long getMaxValue()

Returns the maximum allowed value for this range.

Return:
the maximum allowed value for this range.