GenderRatio

org.openurp.edu.clazz.model.Enrollment$.GenderRatio
See theGenderRatio companion object
class GenderRatio(val value: Short) extends Ordered[GenderRatio] with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Ordered[GenderRatio]
trait Comparable[GenderRatio]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(other: GenderRatio): Int

Attributes

Definition Classes
Ordered

Inherited methods

def <(that: GenderRatio): Boolean

Attributes

Inherited from:
Ordered
def <=(that: GenderRatio): Boolean

Attributes

Inherited from:
Ordered
def >(that: GenderRatio): Boolean

Attributes

Inherited from:
Ordered
def >=(that: GenderRatio): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: GenderRatio): Int

Attributes

Inherited from:
Ordered

Concrete fields

val value: Short