public class IntegerConstant extends ConstantDomain<Integer>
| Constructor and Description |
|---|
IntegerConstant(Integer value)
Creates a new IntegerConstant instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataValue<Integer> |
dataValueOf(Integer value)
Returns a
DataValue for the given value in this domain. |
contains, getTypes, getValue, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, containsObject, select, selectValue, valueOfpublic IntegerConstant(Integer value)
protected DataValue<Integer> dataValueOf(Integer value)
DataValue for the given value in this domain.dataValueOf in class AbstractValueDomain<Integer>Copyright © 2020 The Cornutum Project. All rights reserved.