public class LongConstant extends ConstantDomain<Long>
| Constructor and Description |
|---|
LongConstant(Long value)
Creates a new LongConstant instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataValue<Long> |
dataValueOf(Long 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 LongConstant(Long value)
protected DataValue<Long> dataValueOf(Long value)
DataValue for the given value in this domain.dataValueOf in class AbstractValueDomain<Long>Copyright © 2020 The Cornutum Project. All rights reserved.