JTools

org.jtools.info.provider
Interface InfoDeclaration

All Known Implementing Classes:
Info, Info, Info, Info, Info

public interface InfoDeclaration

Describes an Information.

Author:
Rainer Noack

Method Summary
 Object getProviderCode()
          Gets the Code specified by the provider.
 Object getProviderMsg()
          Gets the message specified by the provider.
 Severity getProviderSeverity()
          Gets the Severity specified by the provider.
 

Method Detail

getProviderSeverity

Severity getProviderSeverity()
Gets the Severity specified by the provider.

Returns:
The Severity.

getProviderCode

Object getProviderCode()
Gets the Code specified by the provider. This Code needs to be unique in the InfoDeclaration's namespace.

Returns:
The code.

getProviderMsg

Object getProviderMsg()
Gets the message specified by the provider.

Returns:
The message template.

JTools

© 2000-2006, JTools.org.