Packages

p

com.embedika

nerSetting

package nerSetting

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

Type Members

  1. case class NerSetting(field: String, title: String, selectionColor: String, attributes: Seq[ClassificationSetting], subNers: Seq[NerSetting]) extends Product with Serializable
  2. type NerSettingId = Type
  3. case class UpsertNerSetting(title: String, selectionColor: String, attributes: Option[Seq[UpsertClassificationSetting]], subNers: Option[Seq[UpsertNerSetting]]) extends Product with Serializable

Value Members

  1. object NerSetting extends Serializable
  2. object NerSettingId
  3. object UpsertNerSetting extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped