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