object ShapeType extends Enumeration[ShapeType] with Companion[ShapeType] with Serializable

Source
ShapeType.scala
Linear Supertypes
Serializable, Enumeration[ShapeType], Companion[ShapeType], Has[ShapeType], ShapeTag[ShapeType], HasId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeType
  2. Serializable
  3. Enumeration
  4. Companion
  5. Has
  6. ShapeTag
  7. HasId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def fromOrdinal(s: Int): Option[ShapeType]
    Definition Classes
    Enumeration
  9. final def fromString(s: String): Option[ShapeType]
    Definition Classes
    Enumeration
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def getTag: ShapeTag[ShapeType]
    Definition Classes
    Companion → Has
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. val hints: Hints
    Definition Classes
    ShapeType → Enumeration
  14. val id: ShapeId
    Definition Classes
    ShapeType → Enumeration → HasId
  15. lazy val intValueMap: Map[Int, ShapeType]
    Definition Classes
    Enumeration
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. implicit val schema: Schema[ShapeType]
    Definition Classes
    ShapeType → ShapeTag
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. implicit val tagInstance: ShapeTag[ShapeType]
    Definition Classes
    Companion
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. lazy val valueMap: Map[String, ShapeType]
    Definition Classes
    Enumeration
  25. val values: List[ShapeType]
    Definition Classes
    ShapeType → Enumeration
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. case object BOOLEAN extends ShapeType with Product with Serializable

    Indicates a Smithy boolean shape type.

  30. case object STRING extends ShapeType with Product with Serializable

    Indicates a Smithy string shape type.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Enumeration[ShapeType]

Inherited from Companion[ShapeType]

Inherited from Has[ShapeType]

Inherited from ShapeTag[ShapeType]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped