terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.util
Interface Notification

All Known Implementing Classes:
Notification.Impl

public interface Notification

A notification in the code generator.


Nested Class Summary
static class Notification.Impl
           
 
Field Summary
static java.lang.String CODE_CONFIGURATION
           
static java.lang.String CODE_GENERIC
           
static java.lang.String CODE_NAME_CHANGE
           
static java.lang.String CODE_TYPE_CHANGE
           
 
Method Summary
 java.lang.String getCategory()
          Returns the notification's category string.
 java.lang.String getCategoryCode()
          Returns the notification's category code.
 java.util.logging.Level getLevel()
          Returns the notification's level.
 java.lang.String getMessage()
          Returns the notification's message.
 java.lang.Object getSourceObject()
          Returns the notification's category string.
 

Field Detail

CODE_GENERIC

static final java.lang.String CODE_GENERIC
See Also:
Constant Field Values

CODE_CONFIGURATION

static final java.lang.String CODE_CONFIGURATION
See Also:
Constant Field Values

CODE_NAME_CHANGE

static final java.lang.String CODE_NAME_CHANGE
See Also:
Constant Field Values

CODE_TYPE_CHANGE

static final java.lang.String CODE_TYPE_CHANGE
See Also:
Constant Field Values
Method Detail

getCategory

java.lang.String getCategory()
Returns the notification's category string.

Returns:
a string representing the category.

getCategoryCode

java.lang.String getCategoryCode()
Returns the notification's category code.

Returns:
a string representing the category.

getLevel

java.util.logging.Level getLevel()
Returns the notification's level.

Returns:
a level.

getMessage

java.lang.String getMessage()
Returns the notification's message.

Returns:
a string representing message.

getSourceObject

java.lang.Object getSourceObject()
Returns the notification's category string.

Returns:
a string representing the category.

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.