com.foursquare.spindle.test.gen

StructWithNewEnumFieldMeta

class StructWithNewEnumFieldMeta extends JavaStructWithNewEnumFieldMeta[StructWithNewEnumField, RawStructWithNewEnumField, StructWithNewEnumFieldMeta] with RecordProvider[StructWithNewEnumField]

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

Instance Constructors

  1. new StructWithNewEnumFieldMeta()

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

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

  7. val ANENUMLISTASSTRING_FDESC: TField

  8. val ANENUMLIST_FDESC: TField

  9. val ANENUM_FDESC: TField

  10. val STRUCTWITHNEWENUMFIELD_SDESC: TStruct

  11. val UNKNOWN_FIELD: TField

  12. object _Fields

  13. val anEnum: OptionalFieldDescriptor[NewTestEnum, StructWithNewEnumField, StructWithNewEnumFieldMeta]

  14. val anEnumAsString: OptionalFieldDescriptor[NewTestEnum, StructWithNewEnumField, StructWithNewEnumFieldMeta]

  15. val anEnumList: OptionalFieldDescriptor[Seq[NewTestEnum], StructWithNewEnumField, StructWithNewEnumFieldMeta]

  16. val anEnumListAsString: OptionalFieldDescriptor[Seq[NewTestEnum], StructWithNewEnumField, StructWithNewEnumFieldMeta]

  17. val annotations: Annotations

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

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def createRawRecord: RawStructWithNewEnumField

    Definition Classes
    StructWithNewEnumFieldMeta → MetaRecord
  22. def createRecord: StructWithNewEnumField

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

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

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

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

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

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

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

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

  31. def ifInstanceFrom(x: AnyRef): Option[StructWithNewEnumField]

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

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

    Definition Classes
    AnyRef
  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def recordName: String

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

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

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

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

Inherited from RecordProvider[StructWithNewEnumField]

Inherited from JavaStructWithNewEnumFieldMeta[StructWithNewEnumField, RawStructWithNewEnumField, StructWithNewEnumFieldMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped