project35.soa.alerts
Class AlertActionType

java.lang.Object
  extended by project35.soa.alerts.AlertActionType

public class AlertActionType
extends java.lang.Object

an enumeration class for the different kinds of alerts that are supported by the Alerts system


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
static AlertActionType CONTACT_ME
           
static AlertActionType ERROR
           
static AlertActionType INFORMATION
           
static AlertActionType WARNING
           
 
Constructor Summary
AlertActionType()
           
 
Method Summary
static AlertActionType getActionTypeForPhrase(java.lang.String phrase)
           
static java.lang.String getPhraseForActionType(AlertActionType actionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final AlertActionType ERROR

WARNING

public static final AlertActionType WARNING

INFORMATION

public static final AlertActionType INFORMATION

CONTACT_ME

public static final AlertActionType CONTACT_ME
Constructor Detail

AlertActionType

public AlertActionType()
Method Detail

getActionTypeForPhrase

public static AlertActionType getActionTypeForPhrase(java.lang.String phrase)

getPhraseForActionType

public static java.lang.String getPhraseForActionType(AlertActionType actionType)