public abstract class IntegerParameterInit extends ParameterInit
Base class for all integer parameter initializers.
Constructor and Description |
---|
IntegerParameterInit(String name,
int value)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxValue()
For integer- or decimal-valued parameters, defines the largest allowed value.
|
int |
getMinValue()
For integer- or decimal-valued parameters, defines the smallest allowed value.
|
int |
getMultiple()
For integer- or decimal-valued parameters, the value of the parameter should be a multiple of this number.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public IntegerParameterInit(String name, int value)
Creates a new instance.
name
- The parameter name.value
- The parameter value.public int getMinValue()
For integer- or decimal-valued parameters, defines the smallest allowed value.
public int getMaxValue()
For integer- or decimal-valued parameters, defines the largest allowed value.
public int getMultiple()
For integer- or decimal-valued parameters, the value of the parameter should be a multiple of this number.
Copyright © 2022 Aspose. All Rights Reserved.