com.foursquare.spindle.test.gen

StructWithNewEnumField

object StructWithNewEnumField extends StructWithNewEnumFieldMeta with Serializable

Linear Supertypes
Serializable, Serializable, StructWithNewEnumFieldMeta, RecordProvider[StructWithNewEnumField], JavaStructWithNewEnumFieldMeta[StructWithNewEnumField, RawStructWithNewEnumField, StructWithNewEnumFieldMeta], MetaRecord[StructWithNewEnumField, StructWithNewEnumFieldMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StructWithNewEnumField
  2. Serializable
  3. Serializable
  4. StructWithNewEnumFieldMeta
  5. RecordProvider
  6. JavaStructWithNewEnumFieldMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. sealed abstract class _Fields extends TFieldIdEnum

    Definition Classes
    StructWithNewEnumFieldMeta

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ANENUMASSTRING_FDESC: TField

    Definition Classes
    StructWithNewEnumFieldMeta
  7. val ANENUMLISTASSTRING_FDESC: TField

    Definition Classes
    StructWithNewEnumFieldMeta
  8. val ANENUMLIST_FDESC: TField

    Definition Classes
    StructWithNewEnumFieldMeta
  9. val ANENUM_FDESC: TField

    Definition Classes
    StructWithNewEnumFieldMeta
  10. object Builder

  11. val STRUCTWITHNEWENUMFIELD_SDESC: TStruct

    Definition Classes
    StructWithNewEnumFieldMeta
  12. val UNKNOWN_FIELD: TField

    Definition Classes
    StructWithNewEnumFieldMeta
  13. object _Fields

    Definition Classes
    StructWithNewEnumFieldMeta
  14. val anEnum: OptionalFieldDescriptor[NewTestEnum, StructWithNewEnumField, StructWithNewEnumFieldMeta]

    Definition Classes
    StructWithNewEnumFieldMeta
  15. val anEnumAsString: OptionalFieldDescriptor[NewTestEnum, StructWithNewEnumField, StructWithNewEnumFieldMeta]

    Definition Classes
    StructWithNewEnumFieldMeta
  16. val anEnumList: OptionalFieldDescriptor[Seq[NewTestEnum], StructWithNewEnumField, StructWithNewEnumFieldMeta]

    Definition Classes
    StructWithNewEnumFieldMeta
  17. val anEnumListAsString: OptionalFieldDescriptor[Seq[NewTestEnum], StructWithNewEnumField, StructWithNewEnumFieldMeta]

    Definition Classes
    StructWithNewEnumFieldMeta
  18. val annotations: Annotations

    Definition Classes
    StructWithNewEnumFieldMeta → UntypedMetaRecord
  19. def apply(anEnum: NewTestEnum, anEnumList: Seq[NewTestEnum], anEnumAsString: NewTestEnum, anEnumListAsString: Seq[NewTestEnum]): StructWithNewEnumField

    Definition Classes
    StructWithNewEnumFieldMeta
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. implicit val companionProvider: StructWithNewEnumFieldCompanionProvider

  23. def createRawRecord: RawStructWithNewEnumField

    Definition Classes
    StructWithNewEnumFieldMeta → MetaRecord
  24. def createRecord: StructWithNewEnumField

    Definition Classes
    StructWithNewEnumFieldMeta → RecordProvider → MetaRecord
  25. def createUntypedRawRecord: UntypedRecord

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

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

    Definition Classes
    AnyRef → Any
  28. val fields: Seq[FieldDescriptor[_, StructWithNewEnumField, StructWithNewEnumFieldMeta]]

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

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

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

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

    Definition Classes
    StructWithNewEnumFieldMeta
  33. def ifInstanceFrom(x: AnyRef): Option[StructWithNewEnumField]

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

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

    Definition Classes
    AnyRef
  36. def newBuilder: AllUnspecified

  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def recordName: String

    Definition Classes
    StructWithNewEnumFieldMeta → UntypedMetaRecord
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

    Definition Classes
    StructWithNewEnumFieldMeta → UntypedMetaRecord
  43. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    StructWithNewEnumFieldMeta → UntypedMetaRecord
  44. final def wait(): Unit

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

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

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

    Definition Classes
    StructWithNewEnumFieldMeta

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[StructWithNewEnumField]

Inherited from JavaStructWithNewEnumFieldMeta[StructWithNewEnumField, RawStructWithNewEnumField, StructWithNewEnumFieldMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped