AggregateUseCase

com.ossuminc.riddl.language.AST.AggregateUseCase
sealed trait AggregateUseCase

Base of an enumeration for the four kinds of message types

Attributes

Source
AST.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CommandCase
object EventCase
object QueryCase
object RecordCase
object ResultCase
object TypeCase
Show all

Members list

Value members

Abstract methods

The textual name of the usecase, for subclasses to define

The textual name of the usecase, for subclasses to define

Attributes

Source
AST.scala

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
AST.scala