com.metamatrix.jdbc
Class AnnotationImpl

java.lang.Object
  extended by com.metamatrix.jdbc.AnnotationImpl
All Implemented Interfaces:
Annotation

public class AnnotationImpl
extends java.lang.Object
implements Annotation


Field Summary
 
Fields inherited from interface com.metamatrix.jdbc.api.Annotation
HIGH, LOW, 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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCategory

public java.lang.String getCategory()
Description copied from interface: Annotation
Get category of this annotation.

Specified by:
getCategory in interface Annotation
Returns:
Category

getAnnotation

public java.lang.String getAnnotation()
Description copied from interface: Annotation
Get annotation description.

Specified by:
getAnnotation in interface Annotation
Returns:
Annotation description

getResolution

public java.lang.String getResolution()
Description copied from interface: Annotation
Get resolution for annotation. May be null if no resolution is suggested.

Specified by:
getResolution in interface Annotation
Returns:
Resolution, or null

getSeverity

public int getSeverity()
Description copied from interface: Annotation
Get severity of this annotation

Specified by:
getSeverity in interface Annotation
Returns:
Severity level
See Also:
Annotation.LOW, Annotation.MEDIUM, Annotation.HIGH

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.