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.


Nested Class Summary
static class FormatSettings.Type
           
 
Method Summary
 FormatSettings.Type getType()
           
 java.lang.String toString()
           
 

Method Detail

getType

FormatSettings.Type getType()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object