Class ReferenceName
java.lang.Object
de.espirit.firstspirit.common.text.AbstractTextType<ReferenceName>
de.espirit.firstspirit.common.text.ReferenceName
- All Implemented Interfaces:
ValueOfContractor
,Serializable
,CharSequence
,Comparable<ReferenceName>
String implementation for reference names.
- Since:
- 4.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.common.text.ValueOfContractor
ValueOfContractor.Invoke
-
Constructor Summary
-
Method Summary
Methods inherited from class de.espirit.firstspirit.common.text.AbstractTextType
charAt, codePointAt, codePointBefore, codePointCount, compareTo, compareTo, compareToIgnoreCase, concat, contains, contentEquals, contentEquals, correlatesTo, endsWith, equals, equalsIgnoreCase, getBytes, getBytes, getBytes, getChars, hashCode, indexOf, indexOf, indexOf, indexOf, intern, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, length, matches, offsetByCodePoints, regionMatches, regionMatches, replace, replace, replaceAll, replaceFirst, split, split, startsWith, startsWith, subSequence, substring, substring, toCharArray, toLowerCase, toLowerCase, toString, toUpperCase, toUpperCase, trim
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
ReferenceName
public ReferenceName()
-
-
Method Details
-
valueOf
Create an instance from String.Fulfills the
ValueOfContractor
marker.- Parameters:
string
- The string to create from.- Returns:
- The created instance or
null
, iff the given string is null. - Throws:
IllegalArgumentException
- If the given string does not match basic criteria for being a language abbreviation.- Since:
- 4.2
-