| Constructor and Description |
|---|
IntegerParameter(String name,
int lowerBound,
int upperBound) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLowerBound()
Returns the lower bound specified for this object.
|
String |
getName()
Returns the name, by which the object can be referenced.
|
Integer |
getUpperBound()
Returns the upper bound specified for this object.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertIfValueInRange, isInRangepublic IntegerParameter(String name, int lowerBound, int upperBound)
public String getName()
Nameablepublic Integer getLowerBound()
BoundedgetLowerBound in interface Bounded<Integer>public Integer getUpperBound()
BoundedgetUpperBound in interface Bounded<Integer>Copyright © 2017. All rights reserved.