Classes Files

com::wombat::mama::MamaSourceState

More…

Public Functions

  Name
String toString()

Public Attributes

  Name
final MamaSourceState OFF
final MamaSourceState OK
final MamaSourceState UKNOWN

Detailed Description

class com::wombat::mama::MamaSourceState;

MamaSource state class implemented with typesafe enumeration.

Public Functions Documentation

function toString

inline String toString()

Public Attributes Documentation

variable OFF

static final MamaSourceState OFF = new MamaSourceState("OFF");

variable OK

static final MamaSourceState OK = new MamaSourceState("OK");

variable UKNOWN

static final MamaSourceState UKNOWN = new MamaSourceState ("UKNOWN");

Updated on 2023-03-31 at 15:29:44 +0100