Uses of Class
sk.uniba.euromath.gene.messages.MessageSeverityEnum

Packages that use MessageSeverityEnum
sk.uniba.euromath.gene.messages Captures error/warning messages, that occured during the process of GENE-transformation of the document. 
 

Uses of MessageSeverityEnum in sk.uniba.euromath.gene.messages
 

Fields in sk.uniba.euromath.gene.messages declared as MessageSeverityEnum
 MessageSeverityEnum Message.severity
          Message severity.
 

Methods in sk.uniba.euromath.gene.messages that return MessageSeverityEnum
 MessageSeverityEnum Messages.getSeverity()
          Returns highest severity of all messages.
static MessageSeverityEnum MessageSeverityEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageSeverityEnum MessageSeverityEnum.valueOfDomError(short severity)
          Returns appropriate enum constant
static MessageSeverityEnum MessageSeverityEnum.valueOfEclipseSeverity(int severity)
          Returns appropriate enum constant
static MessageSeverityEnum[] MessageSeverityEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in sk.uniba.euromath.gene.messages with parameters of type MessageSeverityEnum
Message(MessageSeverityEnum severity, String message, Throwable cause)
          Constructor.
 



Copyright 2003-2003-2006 null. All Rights Reserved.