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 Summary
Modifier 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.Archivable
fromXML, toXML 
- 
Method Details
- 
getFormatString
String getFormatString()Returns a format string. - 
setFormatString
Sets a format string. - 
formatRM
Returns a string or xstring. 
 -