object RelationType extends ScalaEnumTemplate[RelationType]
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelationType
- ScalaEnumTemplate
- SchemaAware
- ScalaTemplate
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
SCHEMA: EnumDataSchema
- Definition Classes
- RelationType → ScalaEnumTemplate → SchemaAware
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findSymbols: Set[RelationType]
- Attributes
- protected[collection]
- Definition Classes
- Enum
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
properties(symbolName: String): Option[DataMap]
- Attributes
- protected
- Definition Classes
- ScalaEnumTemplate
-
lazy val
properties: Option[DataMap]
- Definition Classes
- ScalaEnumTemplate
-
lazy val
symbols: Set[RelationType]
- Definition Classes
- Enum
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withName(s: String): RelationType
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
-
object
$UNKNOWN extends RelationType with Product with Serializable
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.
- object FINDER extends RelationType with Product with Serializable
- object GET extends RelationType with Product with Serializable
- object MULTI_GET extends RelationType with Product with Serializable
- object SINGLE_ELEMENT_FINDER extends RelationType with Product with Serializable