Java com.google.gwt.i18n.client ConstantsWithLookup fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.i18n.client ConstantsWithLookup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.i18n.client ConstantsWithLookup.

The text is from its open source code.

Implementation

com.google.gwt.i18n.client.ConstantsWithLookup has the following implementations.
Click this link to see all its implementation.

Method

booleangetBoolean(String methodName)
Look up boolean by method name.
doublegetDouble(String methodName)
Look up double by method name.
floatgetFloat(String methodName)
Look up float by method name.
intgetInt(String methodName)
Look up int by method name.
MapgetMap(String methodName)
Look up Map by method name.
StringgetString(String methodName)
Look up String by method name.
String[]getStringArray(String methodName)
Look up String[] by method name.