c

csvorexcel.controllers.jxlAquasys

SharedNumberFormulaRecord

class SharedNumberFormulaRecord extends BaseSharedFormulaRecord with NumberCell with FormulaData

Linear Supertypes
NumberCell, BaseSharedFormulaRecord, FormulaData, CellValue, Cell, RecordData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedNumberFormulaRecord
  2. NumberCell
  3. BaseSharedFormulaRecord
  4. FormulaData
  5. CellValue
  6. Cell
  7. RecordData
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SharedNumberFormulaRecord(t: Record, v: Double, fr: FormattingRecords, es: ExternalSheet)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getCellFormat(): CellFormat
    Definition Classes
    CellValue → Cell
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def getCode(): Int
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  11. final def getColumn(): Int
    Definition Classes
    CellValue → Cell
  12. def getContents(): String
    Definition Classes
    SharedNumberFormulaRecordCellValue → Cell
  13. final def getExternalSheet(): ExternalSheet
    Attributes
    protected[jxlAquasys]
    Definition Classes
    BaseSharedFormulaRecord
  14. def getFormula(): String
    Definition Classes
    BaseSharedFormulaRecord
  15. def getFormulaData(): Array[Byte]
  16. def getRecord(): Record
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  17. final def getRow(): Int
    Definition Classes
    CellValue → Cell
  18. final def getTokens(): Array[Byte]
    Attributes
    protected[jxlAquasys]
    Definition Classes
    BaseSharedFormulaRecord
  19. def getType(): CellType
    Definition Classes
    SharedNumberFormulaRecordCellValue → Cell
  20. def getValue(): Double
    Definition Classes
    SharedNumberFormulaRecord → NumberCell
  21. final def getXFIndex(): Int
    Definition Classes
    CellValue
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from NumberCell

Inherited from FormulaData

Inherited from CellValue

Inherited from Cell

Inherited from RecordData

Inherited from AnyRef

Inherited from Any

Ungrouped