public class LongEnum extends EnumDomain<Long>
| Constructor and Description |
|---|
LongEnum(Collection<Long> enums)
Creates a new LongEnum instance.
|
LongEnum(Iterable<String> enums)
Creates a new LongEnum instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataValue<Long> |
dataValueOf(Long value)
Returns a
DataValue for the given value in this domain. |
protected Long |
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 LongEnum(Collection<Long> enums)
protected Long valueOf(String value)
valueOf in class EnumDomain<Long>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.