com.endeca.portal.format
Interface FormatSettings
- All Known Subinterfaces:
- BooleanFormatSettings, DateTimeFormatSettings, DurationFormatSettings, GeocodeFormatSettings, NumberFormatSettings, StringFormatSettings, TimeFormatSettings
- All Known Implementing Classes:
- BooleanFormatter, DateTimeFormatter, DurationFormatter, Formatter, GeocodeFormatter, NumberFormatter, StringFormatter, TimeFormatter
public interface FormatSettings
Base interface for child format settings interfaces that provide 'read only' interfaces (getter functions only) to visit format settings.
Also a host of the definitions of the enum types used to define format setting options.
getType
FormatSettings.Type getType()
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object