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