AppliesTo

smithy.test.AppliesTo
See theAppliesTo companion object
sealed abstract class AppliesTo(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Attributes

CLIENT

The test only applies to client implementations.

SERVER

The test only applies to server implementations.

Companion:
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CLIENT.type
object SERVER.type

Members list

Concise view

Type members

Types

override type EnumType = AppliesTo

Value members

Concrete methods

override def enumeration: Enumeration[EnumType]

Attributes

Definition Classes
Value
final def widen: AppliesTo

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String