cuba.util
Interface GeneratedMessage.Severity

Enclosing class:
GeneratedMessage

public static interface GeneratedMessage.Severity

The different values for the severity of a message.

Author:
dbt

Field Summary
static int ERROR
          This error is severe, the generate process has stopped.
static int INFO
          Just an Info for quality reason.
static int WARNING
          It could be a problem, the generated process is not stopped.
 

Field Detail

INFO

static final int INFO
Just an Info for quality reason.

See Also:
Constant Field Values

WARNING

static final int WARNING
It could be a problem, the generated process is not stopped.

See Also:
Constant Field Values

ERROR

static final int ERROR
This error is severe, the generate process has stopped.

See Also:
Constant Field Values