Module

case class Module(name: String, description: String, clazz: String, kind: Kind, programmaticallyRegistered: Boolean, enabled: Boolean, started: Boolean)

Describes all known information for a single module.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product