com.edustructures.sifworks.student
Class MedicalAlertMessageSeverity

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.student.MedicalAlertMessageSeverity
All Implemented Interfaces:
java.io.Serializable

public class MedicalAlertMessageSeverity
extends SIFEnum

Defines the set of values that can be specified whenever a MedicalAlertMessageSeverity is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in a MedicalAlertMessageSeverity object.

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static MedicalAlertMessageSeverity HIGH
          High ("High")
static MedicalAlertMessageSeverity LOW
          Low ("Low")
static MedicalAlertMessageSeverity MODERATE
          Moderate ("Moderate")
static MedicalAlertMessageSeverity SEVERE
          Severe ("Severe")
static MedicalAlertMessageSeverity UNKNOWN
          Unknown ("Unknown")
 
Method Summary
static MedicalAlertMessageSeverity wrap(java.lang.String value)
          Wrap an arbitrary string value in a MedicalAlertMessageSeverity object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HIGH

public static final MedicalAlertMessageSeverity HIGH
High ("High")


MODERATE

public static final MedicalAlertMessageSeverity MODERATE
Moderate ("Moderate")


SEVERE

public static final MedicalAlertMessageSeverity SEVERE
Severe ("Severe")


UNKNOWN

public static final MedicalAlertMessageSeverity UNKNOWN
Unknown ("Unknown")


LOW

public static final MedicalAlertMessageSeverity LOW
Low ("Low")

Method Detail

wrap

public static MedicalAlertMessageSeverity wrap(java.lang.String value)
Wrap an arbitrary string value in a MedicalAlertMessageSeverity object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.