Class ParameterChoiceTable.CustomFormat
java.lang.Object
java.text.Format
com.inductiveautomation.ignition.designer.db.namedquery.ParameterChoiceTable.CustomFormat
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- ParameterChoiceTable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field
-
Method Summary
Modifier and TypeMethodDescriptionformat
(Object obj, StringBuffer toAppendTo, FieldPosition pos) parseObject
(String source) parseObject
(String source, ParsePosition pos) Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator
-
Method Details
-
format
public StringBuffer format(Object obj, @Nonnull StringBuffer toAppendTo, @Nonnull FieldPosition pos) -
parseObject
- Specified by:
parseObject
in classFormat
-
parseObject
- Overrides:
parseObject
in classFormat
- Throws:
ParseException
-