All of the method names are prefixed with get or set and the property names are capitalized.
所有这些方法名都以get或set开头并且属性名都是大写的。
2
Note: Yes, these method names are capitalized; if I had to guess, I'd say it's probably because they're factory methods - they instantiate and return Field objects with particular parameters.