public final class BoundedInteger extends AbstractBounded<Integer>
Constructor and Description |
---|
BoundedInteger(Integer lower,
Integer initValue,
Integer upper,
boolean lowerStrict,
boolean upperStrict)
Creates a new Bounded Integer object.
|
Modifier and Type | Method and Description |
---|---|
void |
setValue(String s)
Set a new value to the BoundedInteger object
|
getLowerBound, getUpperBound, getValue, isLowerBoundStrict, isUpperBoundStrict, setValue
public BoundedInteger(Integer lower, Integer initValue, Integer upper, boolean lowerStrict, boolean upperStrict)
lower
- The lower bound value.initValue
- Initial of default value for the Integerupper
- The upper bound valuelowerStrict
- True means that the value cannot be equal to the lower boundupperStrict
- True means that the value cannot be equal to the upper boundpublic void setValue(String s)
setValue
in class AbstractBounded<Integer>
s
- String converted into IntegerCopyright 2011 Cytoscape Consortium. All rights reserved.