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 fromOrdinal(s: Int): Option[ShapeType]
    Definition Classes
    Enumeration
  2. final def fromString(s: String): Option[ShapeType]
    Definition Classes
    Enumeration
  3. final def getTag: ShapeTag[ShapeType]
    Definition Classes
    Companion → Has
  4. val hints: Hints
    Definition Classes
    ShapeType → Enumeration
  5. val id: ShapeId
    Definition Classes
    ShapeType → Enumeration → HasId
  6. lazy val intValueMap: Map[Int, ShapeType]
    Definition Classes
    Enumeration
  7. implicit val schema: Schema[ShapeType]
    Definition Classes
    ShapeType → ShapeTag
  8. implicit val tagInstance: ShapeTag[ShapeType]
    Definition Classes
    Companion
  9. lazy val valueMap: Map[String, ShapeType]
    Definition Classes
    Enumeration
  10. val values: List[ShapeType]
    Definition Classes
    ShapeType → Enumeration
  11. case object BOOLEAN extends ShapeType with Product with Serializable

    Indicates a Smithy boolean shape type.

  12. case object STRING extends ShapeType with Product with Serializable

    Indicates a Smithy string shape type.