Class GenderRatio

java.lang.Object
org.openurp.edu.clazz.util.GenderRatio
All Implemented Interfaces:
Serializable, Comparable<GenderRatio>

public class GenderRatio extends Object implements Serializable, Comparable<GenderRatio>
See Also:
Serialized Form
  • Field Details

    • empty

      public static final GenderRatio empty
    • value

      public final short value
  • Constructor Details

    • GenderRatio

      public GenderRatio(short value)
  • Method Details