object Header extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Header
  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 alphabet: List[String]
  5. def apply[X]()(implicit arg0: ClassTag[X]): Header

    This method constructs a new Header based on the fields of the class X.

    This method constructs a new Header based on the fields of the class X. It should not be considered to be the normal method of generating the header for a table. It is mainly used by unit tests.

    NOTE: this method does NOT recurse into any fields which happen also to be a class with fields.

    X

    a class X which is not necessarily a Product.

    returns

    a List of field names.

  6. def apply(letters: Boolean, length: Int): Header

    This method constructs a new Header based on Excel row/column names.

    This method constructs a new Header based on Excel row/column names.

    letters

    true if we want the sequence A B C D E ... Z AA AB ... BA BB ... false is we just want numbers.

    returns

    a

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def create(ws: String*): Header

    Create a Header from a variable list of parameters.

    Create a Header from a variable list of parameters.

    ws

    a variable list of Strings.

    returns

    a Header.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. lazy val generateLetters: LazyList[String]
  14. lazy val generateNumbers: LazyList[String]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def multiply(prefixes: List[String], strings: LazyList[String]): LazyList[String]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. lazy val numbers: LazyList[Int]
  23. def prepend(prefix: String, stream: LazyList[String]): LazyList[String]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. 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