public class EducationSource extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static EducationSource |
getInstance()
获取唯一实例
|
String |
randomClassName()
获取随机班级名称
|
String |
randomCollege()
获取下一条随机高校名称
|
String |
randomDegree()
获取随机学历
|
String |
randomHighSchoolGrade()
获取随机中学年级
|
String |
randomHighSchoolName()
获取随机中学名称
|
String |
randomPrimarySchoolGrade()
获取随机小学年级
|
String |
randomPrimarySchoolName()
获取随机小学名称
|
public static EducationSource getInstance()
public String randomCollege()
public String randomDegree()
public String randomPrimarySchoolName()
public String randomPrimarySchoolGrade()
public String randomHighSchoolName()
public String randomHighSchoolGrade()
public String randomClassName()
Copyright © 2021. All rights reserved.