Packages

object SessionRejectReasonField extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionRejectReasonField
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CompidProblem: Int
  5. val DecryptionProblem: Int
  6. val IncorrectDataFormatForValue: Int
  7. val IncorrectNumingroupCountForRepeatingGroup: Int
  8. val InvalidMsgtype: Int
  9. val InvalidTagNumber: Int
  10. val NonDataValueIncludesFieldDelimiter: Int
  11. val Other: Int
  12. val RepeatingGroupFieldsOutOfOrder: Int
  13. val RequiredTagMissing: Int
  14. val SendingtimeAccuracyProblem: Int
  15. val SignatureProblem: Int
  16. val TagAppearsMoreThanOnce: Int
  17. val TagId: Int
  18. val TagNotDefinedForThisMessageType: Int
  19. val TagSpecifiedOutOfRequiredOrder: Int
  20. val TagSpecifiedWithoutAValue: Int
  21. val UndefinedTag: Int
  22. val ValueIsIncorrect: Int
  23. val XmlValidationError: Int
  24. def apply(value: String): SessionRejectReasonField
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. def decode(a: Any): Option[SessionRejectReasonField]
  28. def decode(a: Option[Any]): Option[SessionRejectReasonField]
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. lazy val fixDescriptionByValue: Map[Int, String]
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped