Class LockName
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<LockName>
-
- dk.cloudcreate.essentials.components.foundation.fencedlock.LockName
-
- All Implemented Interfaces:
Identifier,SingleValueType<CharSequence,LockName>,Serializable,CharSequence,Comparable<LockName>
public class LockName extends CharSequenceType<LockName> implements Identifier
Contains the name of aFencedLock- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockName(CharSequence value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LockNameof(CharSequence value)-
Methods inherited from class dk.cloudcreate.essentials.types.CharSequenceType
charAt, chars, codePointAt, codePointBefore, codePointCount, codePoints, compareTo, compareTo, compareToIgnoreCase, contains, containsIgnoreCase, contentEquals, contentEquals, endsWith, equals, equalsIgnoreCase, getBytes, getBytes, getBytes, getChars, hashCode, indexOf, indexOf, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, length, offsetByCodePoints, startsWith, startsWith, subSequence, substring, substring, toCharArray, toString, value
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface dk.cloudcreate.essentials.types.SingleValueType
getValue
-
-
-
-
Constructor Detail
-
LockName
public LockName(CharSequence value)
-
-
Method Detail
-
of
public static LockName of(CharSequence value)
-
-