Object/Trait

io.fsq.twofishes.gen

FeatureId

Related Docs: trait FeatureId | package gen

Permalink

object FeatureId extends FeatureIdMeta with Serializable

Linear Supertypes
Serializable, Serializable, FeatureIdMeta, RecordProvider[FeatureId], JavaFeatureIdMeta[FeatureId, RawFeatureId, FeatureIdMeta], MetaRecord[FeatureId, FeatureIdMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureId
  2. Serializable
  3. Serializable
  4. FeatureIdMeta
  5. RecordProvider
  6. JavaFeatureIdMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

    Permalink
  2. sealed abstract class _Fields extends TFieldIdEnum

    Permalink
    Definition Classes
    FeatureIdMeta

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Builder

    Permalink
  5. val FEATUREID_SDESC: TStruct

    Permalink
    Definition Classes
    FeatureIdMeta
  6. val ID_FDESC: TField

    Permalink
    Definition Classes
    FeatureIdMeta
  7. val SOURCE_FDESC: TField

    Permalink
    Definition Classes
    FeatureIdMeta
  8. val UNKNOWN_FIELD: TField

    Permalink
    Definition Classes
    FeatureIdMeta
  9. object _Fields

    Permalink
    Definition Classes
    FeatureIdMeta
  10. implicit val __$comparator: Comparator[FeatureId]

    Permalink
  11. implicit val __$ordering: Ordering[FeatureId]

    Permalink
  12. val annotations: Annotations

    Permalink
    Definition Classes
    FeatureIdMeta → UntypedMetaRecord
  13. def apply(source: String, id: String): FeatureId

    Permalink
    Definition Classes
    FeatureIdMeta
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val companionProvider: FeatureIdCompanionProvider

    Permalink
  17. def createRawRecord: RawFeatureId

    Permalink
    Definition Classes
    FeatureIdMeta → MetaRecord
  18. def createRecord: FeatureId

    Permalink
    Definition Classes
    FeatureIdMeta → RecordProvider → MetaRecord
  19. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    FeatureIdMeta → UntypedMetaRecord
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val fields: Seq[FieldDescriptor[_, FeatureId, FeatureIdMeta]]

    Permalink
    Definition Classes
    FeatureIdMeta → MetaRecord
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val id: OptionalFieldDescriptor[String, FeatureId, FeatureIdMeta]

    Permalink
    Definition Classes
    FeatureIdMeta
  27. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
    Definition Classes
    FeatureIdMeta
  28. def ifInstanceFrom(x: AnyRef): Option[FeatureId]

    Permalink
    Definition Classes
    FeatureIdMeta → MetaRecord
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def newBuilder: AllUnspecified

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def recordName: String

    Permalink
    Definition Classes
    FeatureIdMeta → UntypedMetaRecord
  35. val source: OptionalFieldDescriptor[String, FeatureId, FeatureIdMeta]

    Permalink
    Definition Classes
    FeatureIdMeta
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def untypedFields: Seq[UntypedFieldDescriptor]

    Permalink
    Definition Classes
    FeatureIdMeta → UntypedMetaRecord
  39. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    FeatureIdMeta → UntypedMetaRecord
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val wireNameToTField: Map[String, TField]

    Permalink
    Definition Classes
    FeatureIdMeta

Inherited from Serializable

Inherited from Serializable

Inherited from FeatureIdMeta

Inherited from RecordProvider[FeatureId]

Inherited from JavaFeatureIdMeta[FeatureId, RawFeatureId, FeatureIdMeta]

Inherited from MetaRecord[FeatureId, FeatureIdMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped