public class UuidConstant extends StringConstant
| Constructor and Description |
|---|
UuidConstant(String value)
Creates a new UuidConstant instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
assertUuid(String value)
Reports a failure if the given value is not a valid UUID string.
|
protected DataValue<String> |
dataValueOf(String value)
Returns a
DataValue for the given value in this domain. |
static boolean |
isUuid(String value)
Returns true if the given value is a valid UUID string.
|
contains, getTypes, getValue, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, containsObject, select, selectValue, valueOfpublic UuidConstant(String value)
protected DataValue<String> dataValueOf(String value)
DataValue for the given value in this domain.dataValueOf in class StringConstantpublic static boolean isUuid(String value)
Copyright © 2020 The Cornutum Project. All rights reserved.