Trait/Object

io.fsq.twofishes.gen

GeocodeFeatureAttributes

Related Docs: object GeocodeFeatureAttributes | package gen

Permalink

trait GeocodeFeatureAttributes extends Record[GeocodeFeatureAttributes] with Ordered[GeocodeFeatureAttributes] with TBase[GeocodeFeatureAttributes, gen.GeocodeFeatureAttributes._Fields]

Linear Supertypes
TBase[GeocodeFeatureAttributes, GeocodeFeatureAttributes._Fields], Serializable, Record[GeocodeFeatureAttributes], Ordered[GeocodeFeatureAttributes], Comparable[GeocodeFeatureAttributes], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodeFeatureAttributes
  2. TBase
  3. Serializable
  4. Record
  5. Ordered
  6. Comparable
  7. UntypedRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def adm0cap: Boolean

    Permalink
  2. abstract def adm0capIsSet: Boolean

    Permalink
  3. abstract def adm0capOption: Option[Boolean]

    Permalink
  4. abstract def adm0capOrDefault: Boolean

    Permalink
  5. abstract def adm0capOrNull: Boolean

    Permalink
  6. abstract def adm0capOrThrow: Boolean

    Permalink
  7. abstract def adm1cap: Boolean

    Permalink
  8. abstract def adm1capIsSet: Boolean

    Permalink
  9. abstract def adm1capOption: Option[Boolean]

    Permalink
  10. abstract def adm1capOrDefault: Boolean

    Permalink
  11. abstract def adm1capOrNull: Boolean

    Permalink
  12. abstract def adm1capOrThrow: Boolean

    Permalink
  13. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  14. abstract def copy(adm0cap: Boolean = adm0capOrNull, adm1cap: Boolean = adm1capOrNull, scalerank: Integer = scalerankOrNull, labelrank: Integer = labelrankOrNull, natscale: Integer = natscaleOrNull, population: Integer = populationOrNull, sociallyRelevant: Boolean = sociallyRelevantOrNull, neighborhoodType: NeighborhoodType = neighborhoodTypeOrNull, urls: Seq[String] = urlsOrNull, worldcity: Boolean = worldcityOrNull): GeocodeFeatureAttributes

    Permalink
  15. abstract def deepCopy(): GeocodeFeatureAttributes

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → TBase
  16. abstract def deepMergeCopy(that: GeocodeFeatureAttributes): GeocodeFeatureAttributes

    Permalink
  17. abstract def fieldForId(arg0: Int): GeocodeFeatureAttributes._Fields

    Permalink
    Definition Classes
    TBase
  18. abstract def getFieldValue(arg0: GeocodeFeatureAttributes._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  19. abstract def isSet(arg0: GeocodeFeatureAttributes._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  20. abstract def labelrank: Int

    Permalink
  21. abstract def labelrankIsSet: Boolean

    Permalink
  22. abstract def labelrankOption: Option[Int]

    Permalink
  23. abstract def labelrankOrDefault: Int

    Permalink
  24. abstract def labelrankOrNull: Integer

    Permalink
  25. abstract def labelrankOrThrow: Int

    Permalink
  26. abstract def mergeCopy(that: GeocodeFeatureAttributes): GeocodeFeatureAttributes

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Record
  27. abstract def meta: GeocodeFeatureAttributesMeta

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Record → UntypedRecord
  28. abstract def mutable: MutableGeocodeFeatureAttributes

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

  29. abstract def natscale: Int

    Permalink
  30. abstract def natscaleIsSet: Boolean

    Permalink
  31. abstract def natscaleOption: Option[Int]

    Permalink
  32. abstract def natscaleOrDefault: Int

    Permalink
  33. abstract def natscaleOrNull: Integer

    Permalink
  34. abstract def natscaleOrThrow: Int

    Permalink
  35. abstract def neighborhoodTypeIsSet: Boolean

    Permalink
  36. abstract def neighborhoodTypeOption: Option[NeighborhoodType]

    Permalink
  37. abstract def neighborhoodTypeOrNull: NeighborhoodType

    Permalink
  38. abstract def neighborhoodTypeOrThrow: NeighborhoodType

    Permalink
  39. abstract def population: Int

    Permalink
  40. abstract def populationIsSet: Boolean

    Permalink
  41. abstract def populationOption: Option[Int]

    Permalink
  42. abstract def populationOrDefault: Int

    Permalink
  43. abstract def populationOrNull: Integer

    Permalink
  44. abstract def populationOrThrow: Int

    Permalink
  45. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  46. abstract def scalerank: Int

    Permalink
  47. abstract def scalerankIsSet: Boolean

    Permalink
  48. abstract def scalerankOption: Option[Int]

    Permalink
  49. abstract def scalerankOrDefault: Int

    Permalink
  50. abstract def scalerankOrNull: Integer

    Permalink
  51. abstract def scalerankOrThrow: Int

    Permalink
  52. abstract def setFieldValue(arg0: GeocodeFeatureAttributes._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  53. abstract def sociallyRelevant: Boolean

    Permalink
  54. abstract def sociallyRelevantIsSet: Boolean

    Permalink
  55. abstract def sociallyRelevantOption: Option[Boolean]

    Permalink
  56. abstract def sociallyRelevantOrDefault: Boolean

    Permalink
  57. abstract def sociallyRelevantOrNull: Boolean

    Permalink
  58. abstract def sociallyRelevantOrThrow: Boolean

    Permalink
  59. abstract def urls: Seq[String]

    Permalink
  60. abstract def urlsIsSet: Boolean

    Permalink
  61. abstract def urlsOption: Option[Seq[String]]

    Permalink
  62. abstract def urlsOrDefault: Seq[String]

    Permalink
  63. abstract def urlsOrNull: Seq[String]

    Permalink
  64. abstract def urlsOrThrow: Seq[String]

    Permalink
  65. abstract def worldcity: Boolean

    Permalink
  66. abstract def worldcityIsSet: Boolean

    Permalink
  67. abstract def worldcityOption: Option[Boolean]

    Permalink
  68. abstract def worldcityOrDefault: Boolean

    Permalink
  69. abstract def worldcityOrNull: Boolean

    Permalink
  70. abstract def worldcityOrThrow: Boolean

    Permalink
  71. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → TBase → UntypedRecord

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: GeocodeFeatureAttributes): Boolean

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  4. def <=(that: GeocodeFeatureAttributes): Boolean

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: GeocodeFeatureAttributes): Boolean

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  7. def >=(that: GeocodeFeatureAttributes): Boolean

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: GeocodeFeatureAttributes): Int

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  11. def compareTo(that: GeocodeFeatureAttributes): Int

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mutableCopy(): MutableGeocodeFeatureAttributes

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toBuilder(): AllSpecified

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Record[GeocodeFeatureAttributes]

Inherited from Ordered[GeocodeFeatureAttributes]

Inherited from Comparable[GeocodeFeatureAttributes]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped