class ReportCsf extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReportCsf
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReportCsf(label: String, description: String, formulaType: FormulaType, decimalPlaces: Integer, downGroup: String, downGroupType: CsfGroupType, acrossGroup: String, acrossGroupType: CsfGroupType, formula: String)
- new ReportCsf()
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAcrossGroup(): String
- def getAcrossGroupType(): CsfGroupType
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDecimalPlaces(): Integer
- def getDescription(): String
- def getDownGroup(): String
- def getDownGroupType(): CsfGroupType
- def getFormula(): String
- def getFormulaType(): FormulaType
- def getLabel(): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setAcrossGroup(acrossGroup: String): Unit
- def setAcrossGroupType(acrossGroupType: CsfGroupType): Unit
- def setAcrossGroupType(value: String): Unit
- def setDecimalPlaces(decimalPlaces: Integer): Unit
- def setDescription(description: String): Unit
- def setDownGroup(downGroup: String): Unit
- def setDownGroupType(downGroupType: CsfGroupType): Unit
- def setDownGroupType(value: String): Unit
- def setFormula(formula: String): Unit
- def setFormulaType(formulaType: FormulaType): Unit
- def setFormulaType(value: String): Unit
- def setLabel(label: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toString$(): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )