Packages

case class CP666(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with MachineryAndPlantCalculator with Input with SelfValidatableBox[ComputationsBoxRetriever, Option[Int]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CP666
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SelfValidatableBox
  7. ValidatableBox
  8. ExtraValidation
  9. Validators
  10. Input
  11. MachineryAndPlantCalculator
  12. CtTypeConverters
  13. CtOptionalInteger
  14. OptionalCtValue
  15. CtValue
  16. CtBoxIdentifier
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CP666(value: Option[Int])

Type Members

  1. case class BalancesResult(cp90: CP90, cp91: CP91) extends Product with Serializable
    Definition Classes
    MachineryAndPlantCalculator

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. def And(predicates: () ⇒ Boolean*)(): Boolean
    Attributes
    protected
    Definition Classes
    Validators
  5. def Or(predicates: () ⇒ Boolean*)(): Boolean
    Attributes
    protected
    Definition Classes
    Validators
  6. def asBoxString: Option[String]
    Definition Classes
    CtValue
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asInt: Option[Int]
    Definition Classes
    CtOptionalInteger
  9. def atLeastOneBoxHasValue(boxId: String, boxes: OptionalCtValue[_]*)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  10. def belowMin(value: Option[Int], min: Int = MIN_MONEY_AMOUNT_ALLOWED)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  11. def belowMinWithMax(value: Option[Int], max: Int, min: Int = MIN_MONEY_AMOUNT_ALLOWED)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  12. implicit def box2OptionalBigDecimalIdBox(box: CtValue[_] with CtBoxIdentifier): OptionalBigDecimalIdBox
    Definition Classes
    SelfValidatableBox
  13. implicit def box2OptionalBooleanIdBox(box: CtValue[_] with CtBoxIdentifier): OptionalBooleanIdBox
    Definition Classes
    SelfValidatableBox
  14. implicit def box2OptionalDateIdBox(box: CtValue[_] with CtBoxIdentifier): OptionalDateIdBox
    Definition Classes
    SelfValidatableBox
  15. implicit def box2OptionalIntIdBox(box: CtValue[_] with CtBoxIdentifier): OptionalIntIdBox
    Definition Classes
    SelfValidatableBox
  16. implicit def box2OptionalStringIdBox(box: CtValue[_] with CtBoxIdentifier): OptionalStringIdBox
    Definition Classes
    SelfValidatableBox
  17. implicit def box2StringIdBox(box: CtValue[_] with CtBoxIdentifier): StringIdBox
    Definition Classes
    SelfValidatableBox
  18. val boxId: String
    Attributes
    protected
    Definition Classes
    Validators
  19. def cannotExistErrorIf(predicate: ⇒ Boolean)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def collectErrors(predicates: () ⇒ Set[CtValidation]*): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  22. def collectWithBoxId(newBoxId: String)(errors: Set[CtValidation]): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  23. def computeBalanceAllowance(cpq8: CPQ8, cp78: CP78, cp84: CP84, cp666: CP666, cp673: CP673, cp674: CP674, cpAux1: CPAux1, cpAux2: CPAux2, cpAux3: CPAux3): CP90
    Definition Classes
    MachineryAndPlantCalculator
  24. def computeBalancingCharge(cpq8: CPQ8, cp78: CP78, cp82: CP82, cp84: CP84, cp666: CP666, cp667: CP667, cp672: CP672, cp673: CP673, cp674: CP674, cpAux1: CPAux1, cpAux2: CPAux2, cpAux3: CPAux3, cato20: CATO20): CP91
    Definition Classes
    MachineryAndPlantCalculator
  25. def computeTotalAllowancesClaimed(cpq8: CPQ8, cp87: CP87, cp88: CP88, cp89: CP89, cp90: CP90 = CP90(value = None)): CP186
    Definition Classes
    MachineryAndPlantCalculator
  26. implicit def convert(catoOptionalBigDecimal: CtOptionalBigDecimal): Option[BigDecimal]
    Definition Classes
    CtTypeConverters
  27. implicit def convert(catoInt: CtOptionalInteger): Int
    Definition Classes
    CtTypeConverters
  28. implicit def convert(catoInt: CtInteger): Int
    Definition Classes
    CtTypeConverters
  29. implicit def convert(catoBoolean: CtOptionalBoolean): Boolean
    Definition Classes
    CtTypeConverters
  30. implicit def convert(catoBoolean: CtBoolean): Boolean
    Definition Classes
    CtTypeConverters
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def errorMessage[A](messageKey: String, errorArguments: Seq[A] = Seq.empty): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  33. def exceedsMax(value: Option[Int], max: Int = MAX_MONEY_AMOUNT_ALLOWED, errorMsg: String = "exceeds.max")(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  34. def failIf(condition: ⇒ Boolean)(validationErrors: ⇒ Set[CtValidation])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hasValue: Boolean
    Definition Classes
    OptionalCtValue
  38. def id: String
    Definition Classes
    CtBoxIdentifier
  39. def isEmpty(value: Option[_]): Boolean
    Attributes
    protected
    Definition Classes
    Validators
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isPositive: Boolean
    Definition Classes
    CtOptionalInteger
  42. def minus(other: Int): Int
    Definition Classes
    CtOptionalInteger
  43. def minus(other: CtInteger): Int
    Definition Classes
    CtOptionalInteger
  44. def minus(other: CtOptionalInteger): Int
    Definition Classes
    CtOptionalInteger
  45. val name: String
    Definition Classes
    CtBoxIdentifier
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def noValue: Boolean
    Definition Classes
    OptionalCtValue
  48. def nonEmpty(value: Option[_]): Boolean
    Attributes
    protected
    Definition Classes
    Validators
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def orZero: Int
    Definition Classes
    CtOptionalInteger
  52. def passIf(condition: ⇒ Boolean)(validationErrors: ⇒ Set[CtValidation])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  53. def plus(other: Int): Int
    Definition Classes
    CtOptionalInteger
  54. def plus(other: CtInteger): Int
    Definition Classes
    CtOptionalInteger
  55. def plus(other: CtOptionalInteger): Int
    Definition Classes
    CtOptionalInteger
  56. val postCodeRegex: String
    Attributes
    protected
    Definition Classes
    ExtraValidation
  57. def replaceBoxId(newBoxId: String, errors: () ⇒ Set[CtValidation])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  58. def requiredErrorIf(predicate: ⇒ Boolean)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  59. def sumOfCP78AndCP666(cp78: CP78, cp666: CP666): Set[CtValidation]
    Definition Classes
    MachineryAndPlantCalculator
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def unclaimedAIAFirstYearAllowance(cp87: CP87, cp88: CP88): CATO20
    Definition Classes
    MachineryAndPlantCalculator
  62. def validate(boxRetriever: ComputationsBoxRetriever): Set[CtValidation]
    Definition Classes
    CP666ValidatableBox
  63. def validateAllFilledOrEmptyStrings(allBoxes: Set[CtValue[String]])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  64. def validateAllFilledOrEmptyStrings(boxId: String, allBoxes: Set[CtValue[String]])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  65. def validateAllFilledOrEmptyStringsForBankDetails(boxRetriever: RepaymentsBoxRetriever)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  66. def validateAllFilledOrEmptyStringsForBankDetails(boxRetriever: RepaymentsBoxRetriever, boxId: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  67. def validateAsMandatory()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  68. def validateAsMandatory[U](box: CtValue[U] with CtBoxIdentifier)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  69. def validateAsMandatory[A](boxId: String, value: Option[A])(): Set[CtValidation]
    Definition Classes
    ExtraValidation
  70. def validateBooleanAsMandatory()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  71. def validateBooleanAsMandatory(boxId: String, box: OptionalBooleanIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  72. def validateBooleanAsTrue()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  73. def validateBooleanAsTrue(boxId: String, box: OptionalBooleanIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  74. def validateCoHoStringReturnIllegalChars(value: String, errorCodeBoxId: Option[String])(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  75. def validateCoHoStringReturnIllegalChars()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  76. def validateCoHoStringReturnIllegalChars(boxId: String, value: String, errorCodeBoxId: Option[String] = None)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  77. def validateCoHoStringReturnIllegalChars(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  78. def validateCohoNameField()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  79. def validateCohoNameField(boxId: String, box: StringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  80. def validateCohoOptionalNameField()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  81. def validateCohoOptionalNameField(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  82. def validateDateAsAfter(dateToCompare: LocalDate)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  83. def validateDateAsAfter(boxId: String, box: OptionalDateIdBox, dateToCompare: LocalDate)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  84. def validateDateAsBefore(dateToCompare: LocalDate)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  85. def validateDateAsBefore(boxId: String, box: OptionalDateIdBox, dateToCompare: LocalDate)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  86. def validateDateAsBetweenInclusive(date: Option[LocalDate], minDate: LocalDate, maxDate: LocalDate, messageId: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  87. def validateDateAsBetweenInclusive(minDate: LocalDate, maxDate: LocalDate)()(implicit ev: <:<[Option[Int], Option[LocalDate]]): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  88. def validateDateAsBetweenInclusive(boxId: String, date: Option[LocalDate], minDate: LocalDate, maxDate: LocalDate, messageId: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  89. def validateDateAsBetweenInclusive(boxId: String, box: OptionalDateIdBox, minDate: LocalDate, maxDate: LocalDate)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  90. def validateDateAsBlank()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  91. def validateDateAsBlank(boxId: String, box: OptionalDateIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  92. def validateDateAsMandatory(date: Option[LocalDate], messageId: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  93. def validateDateAsMandatory()()(implicit ev: <:<[Option[Int], Option[LocalDate]]): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  94. def validateDateAsMandatory(boxId: String, date: Option[LocalDate], messageId: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  95. def validateDateAsMandatory(boxId: String, box: OptionalDateIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  96. def validateDateIsInclusive(boxId: String, minDate: LocalDate, dateToCompare: Option[LocalDate], maxDate: LocalDate): Set[CtValidation]
    Definition Classes
    ExtraValidation
  97. def validateIntegerAsBlank()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  98. def validateIntegerAsBlank(boxId: String, box: OptionalIntIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  99. def validateIntegerAsMandatory()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  100. def validateIntegerAsMandatory(boxId: String, box: OptionalIntIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  101. def validateIntegerRange(min: Int = 0, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  102. def validateIntegerRange(boxId: String, box: OptionalIntIdBox, min: Int, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  103. def validateMoney(value: Option[Int], min: Int = -99999999, max: Int = 99999999)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    Validators
  104. def validateNotEmptyStringByLength(value: String, min: Int, max: Int)(): Set[CtValidation]
    Definition Classes
    SelfValidatableBox
  105. def validateNotEmptyStringByLength(boxId: String, value: String, min: Int, max: Int)(): Set[CtValidation]
    Definition Classes
    ValidatableBox
  106. def validateNotEmptyStringByLengthMin(boxId: String, value: String, min: Int)(): Set[CtValidation]
    Definition Classes
    ValidatableBox
  107. def validateOptionalIntegerAsEqualTo(equalToBox: CtBoxIdentifier with CtOptionalInteger): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  108. def validateOptionalIntegerAsEqualTo(box: CtBoxIdentifier with CtOptionalInteger, equalToBox: CtBoxIdentifier with CtOptionalInteger): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  109. def validateOptionalIntegerLessOrEqualBox(other: CtBoxIdentifier with CtOptionalInteger)()(implicit ev: <:<[Option[Int], Option[Int]]): Set[CtValidation]
    Definition Classes
    SelfValidatableBox
  110. def validateOptionalStringByLength(min: Int, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  111. def validateOptionalStringByLength(boxId: String, box: OptionalStringIdBox, min: Int, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  112. def validateOptionalStringByLength(value: Option[String], min: Int, max: Int, boxId: String, boxIdPrefix: Option[String])(): Set[CtValidation]
    Definition Classes
    ExtraValidation
  113. def validateOptionalStringByLengthMax(boxId: String, box: OptionalStringIdBox, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  114. def validateOptionalStringByLengthMin(boxId: String, box: OptionalStringIdBox, min: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  115. def validateOptionalStringByRegex(regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  116. def validateOptionalStringByRegex(boxId: String, box: OptionalStringIdBox, regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  117. def validatePositiveBigDecimal()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  118. def validatePositiveBigDecimal(box: OptionalBigDecimalIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  119. def validatePositiveInteger()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  120. def validatePositiveInteger(box: OptionalIntIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  121. def validatePostcode(boxId: String)()(implicit ev: <:<[Option[Int], Option[String]]): Set[CtValidation]
    Definition Classes
    SelfValidatableBox
  122. def validatePostcode(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Definition Classes
    ValidatableBox
  123. def validatePostcode(boxId: String, postcode: Option[String]): Set[CtValidation]
    Definition Classes
    ExtraValidation
  124. def validatePostcodeLength(boxId: String, postcode: String): Set[CtValidation]
    Definition Classes
    ExtraValidation
  125. def validatePostcodeRegex(boxId: String, postcode: String): Set[CtValidation]
    Definition Classes
    ExtraValidation
  126. def validateRawStringByRegex(value: String, errorCodeBoxId: String, regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  127. def validateRawStringByRegex(boxId: String, value: String, errorCodeBoxId: String, regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  128. def validateStringAsBlank()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  129. def validateStringAsBlank(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  130. def validateStringAsMandatory()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  131. def validateStringAsMandatory(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  132. def validateStringAsMandatoryIfPAYEEQ1False(boxRetriever: RepaymentsBoxRetriever)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  133. def validateStringAsMandatoryIfPAYEEQ1False(boxRetriever: RepaymentsBoxRetriever, boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  134. def validateStringAsMandatoryWithNoTrailingWhitespace()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  135. def validateStringAsMandatoryWithNoTrailingWhitespace(boxId: String, box: OptionalStringIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  136. def validateStringByLength(value: String, errorCodeId: String, min: Int, max: Int)(): Set[CtValidation]
    Definition Classes
    SelfValidatableBox
  137. def validateStringByLength(min: Int, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  138. def validateStringByLength(boxId: String, value: String, errorCodeId: String, min: Int, max: Int)(): Set[CtValidation]
    Definition Classes
    ValidatableBox
  139. def validateStringByLength(boxId: String, box: StringIdBox, min: Int, max: Int)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  140. def validateStringByRegex(regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  141. def validateStringByRegex(boxId: String, box: StringIdBox, regex: String)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  142. def validateStringByRegex(boxId: String, str: String, regex: String): Set[CtValidation]
    Definition Classes
    ExtraValidation
  143. def validateStringMaxLength(value: String, max: Int)(): Set[CtValidation]
    Definition Classes
    SelfValidatableBox
  144. def validateStringMaxLength(boxId: String, value: String, max: Int)(): Set[CtValidation]
    Definition Classes
    ValidatableBox
  145. def validateZeroOrNegativeInteger(box: OptionalIntIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  146. def validateZeroOrPositiveBigDecimal()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  147. def validateZeroOrPositiveBigDecimal(box: OptionalBigDecimalIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  148. def validateZeroOrPositiveInteger()(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    SelfValidatableBox
  149. def validateZeroOrPositiveInteger(box: OptionalIntIdBox)(): Set[CtValidation]
    Attributes
    protected
    Definition Classes
    ValidatableBox
  150. def validateZeroOrPositiveInteger(boxId: String, value: Option[Int]): Set[CtValidation]
    Definition Classes
    ExtraValidation
  151. val validationSuccess: Set[CtValidation]
    Definition Classes
    ValidatableBox
  152. val value: Option[Int]
    Definition Classes
    CP666CtValue
  153. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  155. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  156. def writtenDownValue(cpq8: CPQ8, cp78: CP78, cp79: CP79, cp82: CP82, cp83: CP83, cp89: CP89, cp91: CP91, cp672: CP672, cato20: CATO20, cpAux1: CPAux1, cpAux2: CPAux2): CP92
    Definition Classes
    MachineryAndPlantCalculator

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SelfValidatableBox[ComputationsBoxRetriever, Option[Int]]

Inherited from ExtraValidation

Inherited from Validators

Inherited from Input

Inherited from CtTypeConverters

Inherited from CtOptionalInteger

Inherited from OptionalCtValue[Int]

Inherited from CtValue[Option[Int]]

Inherited from CtBoxIdentifier

Inherited from AnyRef

Inherited from Any

Ungrouped