Class

io.fsq.twofishes.gen

GeocodeFeatureAttributesMeta

Related Doc: package gen

Permalink

class GeocodeFeatureAttributesMeta extends MetaRecord[GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta] with RecordProvider[GeocodeFeatureAttributes]

Linear Supertypes
RecordProvider[GeocodeFeatureAttributes], MetaRecord[GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodeFeatureAttributesMeta
  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 GeocodeFeatureAttributesMeta()

    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 ADM0CAP_FDESC: TField

    Permalink
  5. val ADM1CAP_FDESC: TField

    Permalink
  6. val GEOCODEFEATUREATTRIBUTES_SDESC: TStruct

    Permalink
  7. val LABELRANK_FDESC: TField

    Permalink
  8. val NATSCALE_FDESC: TField

    Permalink
  9. val NEIGHBORHOODTYPE_FDESC: TField

    Permalink
  10. val POPULATION_FDESC: TField

    Permalink
  11. val SCALERANK_FDESC: TField

    Permalink
  12. val SOCIALLYRELEVANT_FDESC: TField

    Permalink
  13. val UNKNOWN_FIELD: TField

    Permalink
  14. val URLS_FDESC: TField

    Permalink
  15. val WORLDCITY_FDESC: TField

    Permalink
  16. object _Fields

    Permalink
  17. val adm0cap: OptionalFieldDescriptor[Boolean, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  18. val adm1cap: OptionalFieldDescriptor[Boolean, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  19. val annotations: Annotations

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → UntypedMetaRecord
  20. def apply(adm0cap: Boolean, adm1cap: Boolean, scalerank: Int, labelrank: Int, natscale: Int, population: Int, sociallyRelevant: Boolean, neighborhoodType: NeighborhoodType, urls: Seq[String], worldcity: Boolean): GeocodeFeatureAttributes

    Permalink
  21. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → MetaRecord
  24. def createRecord: GeocodeFeatureAttributes

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → RecordProvider → MetaRecord
  25. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → UntypedMetaRecord
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val fields: Seq[FieldDescriptor[_, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]]

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → MetaRecord
  29. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
  33. def ifInstanceFrom(x: AnyRef): Option[GeocodeFeatureAttributes]

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → MetaRecord
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val labelrank: OptionalFieldDescriptor[Int, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  36. val natscale: OptionalFieldDescriptor[Int, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

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

    Permalink
    Definition Classes
    AnyRef
  38. val neighborhoodType: OptionalFieldDescriptor[NeighborhoodType, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta] with EnumField with EnumIntField

    Permalink
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. val population: OptionalFieldDescriptor[Int, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  42. def recordName: String

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → UntypedMetaRecord
  43. val scalerank: OptionalFieldDescriptor[Int, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  44. val sociallyRelevant: OptionalFieldDescriptor[Boolean, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

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

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

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

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

    Permalink
    Definition Classes
    GeocodeFeatureAttributesMeta → UntypedMetaRecord
  49. val urls: OptionalFieldDescriptor[Seq[String], GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink
  50. final def wait(): Unit

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

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

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

    Permalink
  54. val worldcity: OptionalFieldDescriptor[Boolean, GeocodeFeatureAttributes, GeocodeFeatureAttributesMeta]

    Permalink

Inherited from RecordProvider[GeocodeFeatureAttributes]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped