BpmnClass

orchescala.helper.openApi.BpmnClass
case class BpmnClass(name: String, descr: Option[String], fields: Seq[ConstrField]) extends BpmnClassOrEnum, IsFieldType, EnumCase

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EnumCase
trait IsFieldType
trait OpenApiElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withFields(fields: Seq[ConstrField]): BpmnClass

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy val className: String

Attributes

Inherited from:
OpenApiElem
lazy val niceName: String

Attributes

Inherited from:
OpenApiElem