public class BinaryConstant extends ConstantDomain<byte[]>
| Constructor and Description |
|---|
BinaryConstant(byte[] value)
Creates a new BinaryConstant instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(byte[] value)
Returns true if the given value belongs to this domain.
|
protected DataValue<byte[]> |
dataValueOf(byte[] value)
Returns a
DataValue for the given value in this domain. |
getTypes, getValue, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, containsObject, select, selectValue, valueOfpublic BinaryConstant(byte[] value)
public boolean contains(byte[] value)
contains in interface ValueDomain<byte[]>contains in class ConstantDomain<byte[]>protected DataValue<byte[]> dataValueOf(byte[] value)
DataValue for the given value in this domain.dataValueOf in class AbstractValueDomain<byte[]>Copyright © 2020 The Cornutum Project. All rights reserved.