name property

String get name

Implementation

String get name {
  switch (this){
    case NotificationType.dataAvailable:
      return "dataAvailable";
    case NotificationType.deviceStatus:
      return "deviceStatusNotification";
    case NotificationType.applicationAuthenticateEnter:
      return "aAthEnteredEvent";
    case NotificationType.applicationAuthenticateExit:
      return "aAthExitedEvent";
    case NotificationType.applicationCotsEnter:
      return "aCtsEnteredEvent";
    case NotificationType.applicationCotsExit:
      return "aCtsExitedEvent";
    case NotificationType.applicationInstanceBlock:
      return "applicationInstBlockEvent";
    case NotificationType.applicationStoppingEnter:
      return "aSpgEnteredEvent";
    case NotificationType.applicationStoppingExit:
      return "aSpgExitedEvent";
    case NotificationType.applicationStartedEnter:
      return "aStdEnteredEvent";
    case NotificationType.applicationStartedExit:
      return "aStdExitedEvent";
    case NotificationType.applicationStartingEnter:
      return "aStgEnteredEvent";
    case NotificationType.applicationStartingExit:
      return "aStgExitedEvent";
    case NotificationType.applicationStrapEnter:
      return "aStpEnteredEvent";
    case NotificationType.applicationStrapExit:
      return "aStpExitedEvent";
    case NotificationType.applicationZombieEnter:
      return "aZomEnteredEvent";
    case NotificationType.applicationZombieExit:
      return "aZomExitedEvent";
    case NotificationType.cotsApplicationInterfaceEvent:
      return "cotsApplicationInterfaceEvent";
    case NotificationType.dataAvailableNoLockerEvent:
      return "dataAvailableNoLockerEvent";
    case NotificationType.deviceBusyEnter:
      return "dBsyEnteredEvent";
    case NotificationType.deviceBusyExit:
      return "dBsyExitedEvent";
    case NotificationType.deviceErrorEnter:
      return "dErrEnteredEvent";
    case NotificationType.deviceErrorExit:
      return "dErrExitedEvent";
    case NotificationType.deviceLockExpire:
      return "deviceLockExpiredEvent";
    case NotificationType.devicePollingTooFastEvent:
      return "devicePollingTooFastEvent";
    case NotificationType.deviceLockedEnter:
      return "dLkdEnteredEvent";
    case NotificationType.deviceLockedExit:
      return "dLkdExitedEvent";
    case NotificationType.deviceStoppingEnter:
      return "dSpgEnteredEvent";
    case NotificationType.deviceStoppingExit:
      return "dSpgExitedEvent";
    case NotificationType.deviceStartedEnter:
      return "dStdEnteredEvent";
    case NotificationType.deviceStartedExit:
      return "dStdExitedEvent";
    case NotificationType.deviceStartingEnter:
      return "dStgEnteredEvent";
    case NotificationType.deviceStartingExit:
      return "dStgExitedEvent";
    case NotificationType.deviceStoppedEnter:
      return "dStpEnteredEvent";
    case NotificationType.deviceStoppedExit:
      return "dStpExitedEvent";
    case NotificationType.deviceZombieEnter:
      return "dZomEnteredEvent";
    case NotificationType.deviceZombieExit:
      return "dZomExitedEvent";
    case NotificationType.exceptionEvent:
      return "exceptionEvent";
    case NotificationType.illogicalMessageErrorEvent:
      return "illogicalMessageErrorEvent";
    case NotificationType.messageIDErrorEvent:
      return "messageIDErrorEvent";
    case NotificationType.interfaceLevelErrorEvent:
      return "interfaceLevelErrorEvent";
    case NotificationType.logErrorEvent:
      return "logErrorEvent";
    case NotificationType.maxMessagesOutErrorEvent:
      return "maxMessagesOutErrorEvent";
    case NotificationType.messageAccumulationTimeErrorEvent:
      return "messageAccumulationTimeErrorEvent";
    case NotificationType.messageResponseTimeErrorEvent:
      return "messageResponseTimeErrorEvent";
    case NotificationType.sessionErrorEvent:
      return "sessionErrorEvent";
    case NotificationType.platformAlertEnter:
      return "pAltEnteredEvent";
    case NotificationType.platformAlertExit:
      return "pAltExitedEvent";
    case NotificationType.printRequestStatusEvent:
      return "printRequestStatusEvent";
    case NotificationType.platformStoppingEnter:
      return "pSpgEnteredEvent";
    case NotificationType.platformStoppingExit:
      return "pSpgExitedEvent";
    case NotificationType.platformStartedEnter:
      return "pStdEnteredEvent";
    case NotificationType.platformStartedExit:
      return "pStdExitedEvent";
    case NotificationType.platformStartingEnter:
      return "pStgEnteredEvent";
    case NotificationType.platformStartingExit:
      return "pStgExitedEvent";
    case NotificationType.userStoppingEnter:
      return "uSpgEnteredEvent";
    case NotificationType.userStoppingExit:
      return "uSpgExitedEvent";
    case NotificationType.userSSEnter:
      return "uSsEnteredEvent";
    case NotificationType.userSSExit:
      return "uSsExitedEvent";
    case NotificationType.userStartedEnter:
      return "uStdEnteredEvent";
    case NotificationType.userStartedExit:
      return "uStdExitedEvent";
    case NotificationType.userStartingEnter:
      return "uStgEnteredEvent";
    case NotificationType.userStartingExit:
      return "uStgExitedEvent";
    case NotificationType.userStoppedEnter:
      return "uStpEnteredEvent";
    case NotificationType.userStoppedExit:
      return "uStpExitedEvent";
    case NotificationType.userToEnter:
      return "uToEnteredEvent";
    case NotificationType.userToExit:
      return "uToExitedEvent";
    case NotificationType.userZombieEnter:
      return "uZomEnteredEvent";
    case NotificationType.userZombieExit:
      return "uZomExitedEvent";
    case NotificationType.workstationAlertEnter:
      return "wAltEnteredEvent";
    case NotificationType.workstationAlertExit:
      return "wAltExitedEvent";
    case NotificationType.workstationBusyEnter:
      return "wBsyEnteredEvent";
    case NotificationType.workstationBusyExit:
      return "wBsyExitedEvent";
    case NotificationType.workstationStoppingEnter:
      return "wSpgEnteredEvent";
    case NotificationType.workstationStoppingExit:
      return "wSpgExitedEvent";
    case NotificationType.workstationStartedEnter:
      return "wStdEnteredEvent";
    case NotificationType.workstationStartedExit:
      return "wStdExitedEvent";
    case NotificationType.workstationStartingEnter:
      return "wStgEnteredEvent";
    case NotificationType.workstationStartingExit:
      return "wStgExitedEvent";
    case NotificationType.workstationStoppedEnter:
      return "wStpEnteredEvent";
    case NotificationType.workstationStoppedExit:
      return "wStpExitedEvent";
    case NotificationType.workstationZombieEnter:
      return "wZomEnteredEvent";
    case NotificationType.workstationZombieExit:
      return "wZomExitedEvent";
    default:
      return "unknown";
  }
}