final case class Unrecognized(unrecognizedValue: Int) extends RunReplyType with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unrecognized
- UnrecognizedEnum
- RunReplyType
- GeneratedEnum
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Unrecognized(unrecognizedValue: Int)
Type Members
- type EnumType = RunReplyType
- Definition Classes
- RunReplyType → GeneratedEnum
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
- final def asRecognized: Option[Recognized]
- Definition Classes
- RunReplyType
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: GeneratedEnumCompanion[RunReplyType]
- Definition Classes
- RunReplyType → GeneratedEnum
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def index: Int
- Definition Classes
- UnrecognizedEnum → GeneratedEnum
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRunReplyTypeCommandId: Boolean
- Definition Classes
- RunReplyType
- def isRunReplyTypeErrAuth: Boolean
- Definition Classes
- RunReplyType
- def isRunReplyTypeReturn: Boolean
- Definition Classes
- RunReplyType
- def isRunReplyTypeStderr: Boolean
- Definition Classes
- RunReplyType
- def isRunReplyTypeStdout: Boolean
- Definition Classes
- RunReplyType
- def isUnrecognized: Boolean
- Definition Classes
- UnrecognizedEnum → GeneratedEnum
- def javaValueDescriptor: EnumValueDescriptor
- Definition Classes
- GeneratedEnum
- def name: String
- Definition Classes
- UnrecognizedEnum → GeneratedEnum
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scalaValueDescriptor: EnumValueDescriptor
- Definition Classes
- UnrecognizedEnum → GeneratedEnum
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- GeneratedEnum → Any
- val unrecognizedValue: Int
- val value: Int
- Definition Classes
- RunReplyType → GeneratedEnum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)