类 GenderRatio
- java.lang.Object
-
- org.openurp.edu.clazz.util.GenderRatio
-
- 所有已实现的接口:
Serializable,Comparable<GenderRatio>
public class GenderRatio extends Object implements Serializable, Comparable<GenderRatio>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static GenderRatioemptyshortvalue
-
构造器概要
构造器 构造器 说明 GenderRatio(short value)
-
-
-
字段详细资料
-
empty
public static final GenderRatio empty
-
value
public final short value
-
-
方法详细资料
-
isAllMale
public boolean isAllMale()
-
isAllFemale
public boolean isAllFemale()
-
of
public static GenderRatio of(String value)
-
isEmpty
public boolean isEmpty()
-
compareTo
public int compareTo(GenderRatio o)
- 指定者:
compareTo在接口中Comparable<GenderRatio>
-
-