Record Class StringName

java.lang.Object
java.lang.Record
org.microbean.construct.element.StringName
Record Components:
value - the actual name; must not be null
domain - a Domain; must not be null
All Implemented Interfaces:
CharSequence, Constable, Name

public record StringName(String value, Domain domain) extends Record implements Constable, Name
A Name implementation based on Strings.
Author:
Laird Nelson
See Also: