Class Name
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.model.Text
-
- dev.aherscu.qa.jgiven.commons.model.Name
-
- Direct Known Subclasses:
SegmentedName
public class Name extends Text
Represents a name.- Author:
- aherscu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.aherscu.qa.jgiven.commons.model.Text
Text.Serializer<T extends Text>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Name
firstNameFor(int key)
static Name
lastNameFor(int key)
static Name
name(List<String> names, int key)
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.model.Text
equals, hashCode, normalized, normalizedValue, toString
-
-