Package com.inductiveautomation.rm.base
Interface RMFormat
- All Superinterfaces:
- Archivable
- All Known Implementing Classes:
- RMDateFormat,- RMNumberFormat
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
- 
Method SummaryModifier and TypeMethodDescriptionReturns a string or xstring.Returns a format string.voidsetFormatString(String format) Sets a format string.Methods inherited from interface com.inductiveautomation.rm.archiver.ArchivablefromXML, toXML
- 
Method Details- 
getFormatStringString getFormatString()Returns a format string.
- 
setFormatStringSets a format string.
- 
formatRMReturns a string or xstring.
 
-