Object/Class

org.coursera.naptime.schema

RelationType

Related Docs: class RelationType | package schema

Permalink

object RelationType extends ScalaEnumTemplate[RelationType]

Annotations
@Generated()
Linear Supertypes
ScalaEnumTemplate[RelationType], SchemaAware, ScalaTemplate, Enum[RelationType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationType
  2. ScalaEnumTemplate
  3. SchemaAware
  4. ScalaTemplate
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. object $UNKNOWN extends RelationType with Product with Serializable

    Permalink

    Represents an unrecognized enumeration symbol.

    Represents an unrecognized enumeration symbol.

    May be present when data writer is using a version of enumeration with symbols not yet known to the data reader.

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object FINDER extends RelationType with Product with Serializable

    Permalink
  6. object GET extends RelationType with Product with Serializable

    Permalink
  7. object MULTI_GET extends RelationType with Product with Serializable

    Permalink
  8. val SCHEMA: EnumDataSchema

    Permalink
    Definition Classes
    RelationType → ScalaEnumTemplate → SchemaAware
  9. object SINGLE_ELEMENT_FINDER extends RelationType with Product with Serializable

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def findSymbols: Set[RelationType]

    Permalink
    Attributes
    protected[org.coursera.common.collection]
    Definition Classes
    Enum
  16. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  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. def properties(symbolName: String): Option[DataMap]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaEnumTemplate
  23. lazy val properties: Option[DataMap]

    Permalink
    Definition Classes
    ScalaEnumTemplate
  24. lazy val symbols: Set[RelationType]

    Permalink
    Definition Classes
    Enum
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withName(s: String): RelationType

    Permalink

    Converts a string to an enumeration value.

    Converts a string to an enumeration value. If the string does not match any of the enumeration values, returns the $UNKNOWN enumeration value.

    Definition Classes
    RelationType → ScalaEnumTemplate → Enum

Inherited from ScalaEnumTemplate[RelationType]

Inherited from SchemaAware

Inherited from ScalaTemplate

Inherited from Enum[RelationType]

Inherited from AnyRef

Inherited from Any

Ungrouped