Class ColumnDescriptorFactory

java.lang.Object
com.ptc.core.components.descriptor.ColumnDescriptorFactory
All Implemented Interfaces:
Serializable

public class ColumnDescriptorFactory extends Object implements Serializable
This is the factory for getting a ColumnDescriptor object. This can be called within the DataUtility if needed. In case the default column descriptor is not sufficient there are other column predefined descriptors in the factory that should be suitable. If a predefined descriptor is not available the data utility can modify the column descriptor to suite the special need.

Supported API: true

Extendable: false
See Also: