Interface FieldTypeEnumMessages
-
- All Superinterfaces:
com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource,com.google.gwt.i18n.client.Messages,MessagesForValues<de.knightsoftnet.validators.shared.data.FieldTypeEnum>
public interface FieldTypeEnumMessages extends MessagesForValues<de.knightsoftnet.validators.shared.data.FieldTypeEnum>
-
-
Nested Class Summary
-
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
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname(de.knightsoftnet.validators.shared.data.FieldTypeEnum fieldType)get field type name for field type code.
-
-
-
Method Detail
-
name
@DefaultMessage("Please select") String name(de.knightsoftnet.validators.shared.data.FieldTypeEnum fieldType)get field type name for field type code.- Specified by:
namein interfaceMessagesForValues<de.knightsoftnet.validators.shared.data.FieldTypeEnum>- Parameters:
fieldType- field type code.- Returns:
- field type name
-
-