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