public class BooleanEnum extends EnumDomain<Boolean>
| Constructor and Description |
|---|
BooleanEnum(Collection<Boolean> enums)
Creates a new BooleanEnum instance.
|
BooleanEnum(Iterable<String> enums)
Creates a new BooleanEnum instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataValue<Boolean> |
dataValueOf(Boolean value)
Returns a
DataValue for the given value in this domain. |
protected Boolean |
valueOf(String value)
Returns the value represented by the given string.
|
contains, getEnums, getTypes, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, containsObject, select, selectValue, valueOfpublic BooleanEnum(Collection<Boolean> enums)
protected Boolean valueOf(String value)
valueOf in class EnumDomain<Boolean>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.