class ReportCsf extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReportCsf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReportCsf(label: String, description: String, formulaType: FormulaType, decimalPlaces: Integer, downGroup: String, downGroupType: CsfGroupType, acrossGroup: String, acrossGroupType: CsfGroupType, formula: String)
  2. new ReportCsf()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAcrossGroup(): String
  10. def getAcrossGroupType(): CsfGroupType
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDecimalPlaces(): Integer
  13. def getDescription(): String
  14. def getDownGroup(): String
  15. def getDownGroupType(): CsfGroupType
  16. def getFormula(): String
  17. def getFormulaType(): FormulaType
  18. def getLabel(): String
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def setAcrossGroup(acrossGroup: String): Unit
  25. def setAcrossGroupType(acrossGroupType: CsfGroupType): Unit
  26. def setAcrossGroupType(value: String): Unit
  27. def setDecimalPlaces(decimalPlaces: Integer): Unit
  28. def setDescription(description: String): Unit
  29. def setDownGroup(downGroup: String): Unit
  30. def setDownGroupType(downGroupType: CsfGroupType): Unit
  31. def setDownGroupType(value: String): Unit
  32. def setFormula(formula: String): Unit
  33. def setFormulaType(formulaType: FormulaType): Unit
  34. def setFormulaType(value: String): Unit
  35. def setLabel(label: String): Unit
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def toString$(): String
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped