com.github.jenshaase.uimascala.core.configuration

Parameter

Related Doc: package configuration

abstract class Parameter[ThisType] extends BaseParameter

A typed parameter

Linear Supertypes
BaseParameter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parameter
  2. BaseParameter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parameter(defaultValue: ThisType)(implicit mf: Manifest[ThisType])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def :=(in: ThisType): Unit

    Sets a new value to this parameter

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. def _uimaType(s: String): String

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val defaultValue: ThisType

  9. def description: Option[String]

    Returns the parameter description Default: None

    Returns the parameter description Default: None

    Definition Classes
    BaseParameter
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get: ThisType

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def is: ThisType

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def mandatory_?: Boolean

    Is this parameter mandatory?

    Is this parameter mandatory?

    Definition Classes
    BaseParameter
  19. def multiValued_?: Boolean

    Checks if the parameter is mutlivalued

    Checks if the parameter is mutlivalued

    Definition Classes
    ParameterBaseParameter
  20. def name: String

    Returns the parameter name

    Returns the parameter name

    Definition Classes
    BaseParameter
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def setFromUimaType(in: Any): Either[Failure, ThisType]

    Set the parameter value by an object

  25. def set_?: Boolean

    Definition Classes
    BaseParameter
  26. def set_?(b: Boolean): Unit

    Attributes
    protected
    Definition Classes
    BaseParameter
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def toUimaType: Either[Failure, AnyRef]

    Coverts this parameter value to a uima type

  30. def uimaType: String

    Default is string.

    Default is string. Also possible: Integer, Float, Boolean

    Definition Classes
    ParameterBaseParameter
  31. def value: ThisType

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseParameter

Inherited from AnyRef

Inherited from Any

Ungrouped