class Severity extends severity.Value
ξ·
ξ
Ordering
- Alphabetic
- By Inheritance
Inherited
- Severity
- Value
- Serializable
- Serializable
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- ξ new Severity(id: Int)
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
+(v: severity.Value): severity.ValueSet
- Definition Classes
- Value
- ξ def ->[B](y: B): (Severity, B)
-
ξ
def
<(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
ξ
def
<=(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
>(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
ξ
def
>=(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
compare(that: severity.Value): Int
- Definition Classes
- Value β Ordered
-
ξ
def
compareTo(that: severity.Value): Int
- Definition Classes
- Ordered β Comparable
- ξ var count: Int
- ξ def ensuring(cond: (Severity) β Boolean, msg: β Any): Severity
- ξ def ensuring(cond: (Severity) β Boolean): Severity
- ξ def ensuring(cond: Boolean, msg: β Any): Severity
- ξ def ensuring(cond: Boolean): Severity
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(other: Any): Boolean
- Definition Classes
- Value β AnyRef β Any
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- ξ def formatted(fmtstr: String): String
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
hashCode(): Int
- Definition Classes
- Value β AnyRef β Any
-
ξ
val
id: Int
- Definition Classes
- Severity β Value
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- Severity β AnyRef β Any
-
ξ
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- ξ def β[B](y: B): (Severity, B)
Shadowed Implicit Value Members
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Severity to any2stringadd[Severity] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: any2stringadd[Severity]).+(other)
- Definition Classes
- any2stringadd
-
ξ
def
<(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).<(that)
- Definition Classes
- Ordered
-
ξ
def
<=(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).<=(that)
- Definition Classes
- Ordered
-
ξ
def
>(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).>(that)
- Definition Classes
- Ordered
-
ξ
def
>=(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).>=(that)
- Definition Classes
- Ordered
-
ξ
def
compare(that: Severity): Int
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).compare(that)
- Definition Classes
- Ordered
-
ξ
def
compareTo(that: Severity): Int
- Implicit
- This member is added by an implicit conversion from Severity to math.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Severity] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(severity: math.Ordered[Severity]).compareTo(that)
- Definition Classes
- Ordered β Comparable
The Scala compiler and reflection APIs.