Class Name

All Implemented Interfaces:
Comparable<Name>

public class Name extends PatternedStringWrapper<Name>
A name has from 1 to 64 String characters which may be letters, numbers, dashes or underscores, and must start with a letter. Prefer domain-specific wrappers over this class, but prefer this over raw strings when possible.
Author:
jonmv
  • Method Details