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