object Code extends GeneratedEnumCompanion[Code]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Code
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Recognized extends Code
- final case class Unrecognized(unrecognizedValue: Int) extends Code with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = Code
- Definition Classes
- GeneratedEnumCompanion
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(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- implicit def enumCompanion: GeneratedEnumCompanion[Code]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[Code]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): Code
- Definition Classes
- Code → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- Code → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- Code → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- Code → GeneratedEnumCompanion
- 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])
- case object BadRootHashMessage extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object CreatesExistingContract extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object DuplicateKey extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object InactiveContracts extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object InconsistentKey extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LedgerTime extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LocalTimeout extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LockedContracts extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LockedKeys extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object MalformedConfirmationPolicy extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object MalformedModel extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object MalformedPayloads extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object MissingCode extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object SubmissionTime extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TransferInAlreadyActive extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TransferInAlreadyArchived extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TransferInAlreadyCompleted extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TransferInLocked extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TransferOutActivenessCheck extends Code with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()