Building Mobile Enterprise Applications : webMethods Mobile Development Help : User Interface Object Reference : Objects to Use for Content Providers or Content Adapters : DataTransformer Properties
DataTransformer Properties
Property
Description
Class Name
The value of Class Name can be the simple name of a class (e.g. MyTransformer) or a fully qualified class name (e.g. com.company.transformers.MyTransformer). If a simple name is specified, the corresponding Java class will be generated into src/bundleId/data/transformer/classname.java. If a fully qualified class name is provided, the transformer class will not be generated. It has to be defined in the projects class path then. Press CTRL+SPACE to view the list of Built-In transformers provided by Mobile Development. All transformer implementations need to implement IDataTransformer.
Constructor Arguments
A bunch of string values can be specified here to be passed to the transformer as constructor arguments. Only data type String is supported. The transformer needs to offer a constructor, to handle the specified number of String arguments. E.g. a pattern for date conversion can be specified here.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback