object Level extends Enum[Level] with VPackEnum[Level]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Level
- VPackEnum
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
macro
def
findValues: IndexedSeq[Level]
- Attributes
- protected
- Definition Classes
- Enum
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
indexOf(member: Level): Int
- Definition Classes
- Enum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, Level]
- Definition Classes
- Enum
-
lazy val
namesToValuesMap: Map[String, Level]
- Definition Classes
- Enum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
lazy val
upperCaseNameValuesToMap: Map[String, Level]
- Definition Classes
- Enum
-
val
values: IndexedSeq[Level]
- Definition Classes
- Level → Enum
-
final
lazy val
valuesToIndex: Map[Level, Int]
- Definition Classes
- Enum
-
implicit
val
vpackDecoder: VPackDecoder[Level]
- Definition Classes
- VPackEnum
-
implicit
val
vpackEncoder: VPackEncoder[Level]
- Definition Classes
- VPackEnum
-
implicit
val
vpackKeyDecoder: VPackKeyDecoder[Level]
- Definition Classes
- VPackEnum
-
implicit
val
vpackKeyEncoder: VPackKeyEncoder[Level]
- Definition Classes
- VPackEnum
-
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( ... ) @native()
-
def
withName(name: String): Level
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameEither(name: String): Either[NoSuchMember[Level], Level]
- Definition Classes
- Enum
-
def
withNameInsensitive(name: String): Level
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitiveEither(name: String): Either[NoSuchMember[Level], Level]
- Definition Classes
- Enum
-
def
withNameInsensitiveOption(name: String): Option[Level]
- Definition Classes
- Enum
-
def
withNameLowercaseOnly(name: String): Level
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[Level], Level]
- Definition Classes
- Enum
-
def
withNameLowercaseOnlyOption(name: String): Option[Level]
- Definition Classes
- Enum
-
def
withNameOption(name: String): Option[Level]
- Definition Classes
- Enum
-
def
withNameUppercaseOnly(name: String): Level
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[Level], Level]
- Definition Classes
- Enum
-
def
withNameUppercaseOnlyOption(name: String): Option[Level]
- Definition Classes
- Enum
- object DEBUG extends Level with Product with Serializable
- object DEFAULT extends Level with Product with Serializable
- object ERROR extends Level with Product with Serializable
- object FATAL extends Level with Product with Serializable
- object INFO extends Level with Product with Serializable
- object TRACE extends Level with Product with Serializable
- object WARNING extends Level with Product with Serializable