com.metamatrix.jdbc.api
Interface Annotation

All Known Implementing Classes:
AnnotationImpl

public interface Annotation

Annotation from query engine, collected during execution.


Field Summary
static int HIGH
           
static int LOW
           
static int MEDIUM
           
 
Method Summary
 java.lang.String getAnnotation()
          Get annotation description.
 java.lang.String getCategory()
          Get category of this annotation.
 java.lang.String getResolution()
          Get resolution for annotation.
 int getSeverity()
          Get severity of this annotation
 

Field Detail

LOW

static final int LOW
See Also:
Constant Field Values

MEDIUM

static final int MEDIUM
See Also:
Constant Field Values

HIGH

static final int HIGH
See Also:
Constant Field Values
Method Detail

getCategory

java.lang.String getCategory()
Get category of this annotation.

Returns:
Category

getAnnotation

java.lang.String getAnnotation()
Get annotation description.

Returns:
Annotation description

getResolution

java.lang.String getResolution()
Get resolution for annotation. May be null if no resolution is suggested.

Returns:
Resolution, or null

getSeverity

int getSeverity()
Get severity of this annotation

Returns:
Severity level
See Also:
LOW, MEDIUM, HIGH


Copyright © 2009. All Rights Reserved.