Class

io.fsq.twofishes.gen

GeocodeFeatureMeta

Related Doc: package gen

Permalink

class GeocodeFeatureMeta extends MetaRecord[GeocodeFeature, GeocodeFeatureMeta] with RecordProvider[GeocodeFeature]

Linear Supertypes
RecordProvider[GeocodeFeature], MetaRecord[GeocodeFeature, GeocodeFeatureMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodeFeatureMeta
  2. RecordProvider
  3. MetaRecord
  4. UntypedMetaRecord
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeocodeFeatureMeta()

    Permalink

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

    Permalink

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. val ATTRIBUTES_FDESC: TField

    Permalink
  5. val ATTRIBUTION_FDESC: TField

    Permalink
  6. val CC_FDESC: TField

    Permalink
  7. val DISPLAYNAME_FDESC: TField

    Permalink
  8. val GEOCODEFEATURE_SDESC: TStruct

    Permalink
  9. val GEOMETRY_FDESC: TField

    Permalink
  10. val HIGHLIGHTEDNAME_FDESC: TField

    Permalink
  11. val IDS_FDESC: TField

    Permalink
  12. val ID_FDESC: TField

    Permalink
  13. val LONGIDS_FDESC: TField

    Permalink
  14. val LONGID_FDESC: TField

    Permalink
  15. val MATCHEDNAME_FDESC: TField

    Permalink
  16. val NAMES_FDESC: TField

    Permalink
  17. val NAME_FDESC: TField

    Permalink
  18. val PARENTIDS_FDESC: TField

    Permalink
  19. val RELATEDLONGIDS_FDESC: TField

    Permalink
  20. val ROLE_FDESC: TField

    Permalink
  21. val SLUG_FDESC: TField

    Permalink
  22. val TIMEZONES_FDESC: TField

    Permalink
  23. val UNKNOWN_FIELD: TField

    Permalink
  24. val WOETYPE_FDESC: TField

    Permalink
  25. object _Fields

    Permalink
  26. val annotations: Annotations

    Permalink
    Definition Classes
    GeocodeFeatureMeta → UntypedMetaRecord
  27. def apply(cc: String, geometry: FeatureGeometry, name: String, displayName: String, woeType: YahooWoeType, ids: Seq[FeatureId], names: Seq[FeatureName], attribution: Seq[String], timezones: Seq[String], highlightedName: String, matchedName: String, slug: String, id: String, attributes: GeocodeFeatureAttributes, longId: Long, longIds: Seq[Long], parentIds: Seq[Long], role: YahooWoeType, relatedLongIds: Seq[Long]): GeocodeFeature

    Permalink
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. val attributes: StructFieldDescriptor[GeocodeFeature, GeocodeFeatureMeta, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  30. val attribution: OptionalFieldDescriptor[Seq[String], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  31. val cc: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def createRawRecord: RawGeocodeFeature

    Permalink
    Definition Classes
    GeocodeFeatureMeta → MetaRecord
  34. def createRecord: GeocodeFeature

    Permalink
    Definition Classes
    GeocodeFeatureMeta → RecordProvider → MetaRecord
  35. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocodeFeatureMeta → UntypedMetaRecord
  36. val displayName: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  37. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. val fields: Seq[FieldDescriptor[_, GeocodeFeature, GeocodeFeatureMeta]]

    Permalink
    Definition Classes
    GeocodeFeatureMeta → MetaRecord
  40. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. val geometry: StructFieldDescriptor[GeocodeFeature, GeocodeFeatureMeta, FeatureGeometry, FeatureGeometryMeta]

    Permalink
  42. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. val highlightedName: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  45. val id: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  46. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
  47. val ids: OptionalFieldDescriptor[Seq[FeatureId], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  48. def ifInstanceFrom(x: AnyRef): Option[GeocodeFeature]

    Permalink
    Definition Classes
    GeocodeFeatureMeta → MetaRecord
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. val longId: OptionalFieldDescriptor[Long, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  51. val longIds: OptionalFieldDescriptor[Seq[Long], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  52. val matchedName: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  53. val name: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  54. val names: OptionalFieldDescriptor[Seq[FeatureName], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. val parentIds: OptionalFieldDescriptor[Seq[Long], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  59. def recordName: String

    Permalink
    Definition Classes
    GeocodeFeatureMeta → UntypedMetaRecord
  60. val relatedLongIds: OptionalFieldDescriptor[Seq[Long], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  61. val role: OptionalFieldDescriptor[YahooWoeType, GeocodeFeature, GeocodeFeatureMeta] with EnumField with EnumIntField

    Permalink
  62. val slug: OptionalFieldDescriptor[String, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. val timezones: OptionalFieldDescriptor[Seq[String], GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  65. def toString(): String

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

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

    Permalink
    Definition Classes
    GeocodeFeatureMeta → UntypedMetaRecord
  68. final def wait(): Unit

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

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

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

    Permalink
  72. val woeType: OptionalFieldDescriptor[YahooWoeType, GeocodeFeature, GeocodeFeatureMeta] with EnumField with EnumIntField

    Permalink

Inherited from RecordProvider[GeocodeFeature]

Inherited from MetaRecord[GeocodeFeature, GeocodeFeatureMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped