Interface CoreFunctionTypeConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Constants,com.google.gwt.i18n.client.ConstantsWithLookup,com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource
public interface CoreFunctionTypeConstants extends com.google.gwt.i18n.client.ConstantsWithLookup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
-
-
Field Summary
Fields Modifier and Type Field Description static CoreFunctionTypeConstantsINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBETWEEN()StringEQUALS_TO()StringGREATER_OR_EQUALS_TO()StringGREATER_THAN()StringIN()StringIS_NULL()StringLIKE_TO()StringLOWER_OR_EQUALS_TO()StringLOWER_THAN()StringNOT_EQUALS_TO()StringNOT_IN()StringNOT_NULL()StringTIME_FRAME()
-
-
-
Field Detail
-
INSTANCE
static final CoreFunctionTypeConstants INSTANCE
-
-
Method Detail
-
IS_NULL
String IS_NULL()
-
NOT_NULL
String NOT_NULL()
-
EQUALS_TO
String EQUALS_TO()
-
NOT_EQUALS_TO
String NOT_EQUALS_TO()
-
LIKE_TO
String LIKE_TO()
-
GREATER_THAN
String GREATER_THAN()
-
GREATER_OR_EQUALS_TO
String GREATER_OR_EQUALS_TO()
-
LOWER_THAN
String LOWER_THAN()
-
LOWER_OR_EQUALS_TO
String LOWER_OR_EQUALS_TO()
-
BETWEEN
String BETWEEN()
-
TIME_FRAME
String TIME_FRAME()
-
IN
String IN()
-
NOT_IN
String NOT_IN()
-
-