ccc.client.i18n
Interface ConstantMap

All Known Subinterfaces:
ActionStatusConstants, CommandTypeConstants, GWTActionStatusConstants, GWTCommandTypeConstants

public interface ConstantMap

Basic API for looking up a constant.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String getString(java.lang.String key)
          Get the string constant for a given key.
 

Method Detail

getString

java.lang.String getString(java.lang.String key)
Get the string constant for a given key.

Parameters:
key - The constant's key.
Returns:
The constant's value, as a string.


Copyright © 2010. All Rights Reserved.