Package wt.eff.format

Class AbstractEffFormat

java.lang.Object
wt.eff.format.AbstractEffFormat
All Implemented Interfaces:
Externalizable, Serializable, EffFormat
Direct Known Subclasses:
UnitEffFormat

public abstract class AbstractEffFormat extends Object implements EffFormat, Externalizable
This abstract class implements the EffFormat interface and is designed to hold any common implementation that could be potentially shared across all sub-classes, but also available for extension if need be.


Supported API: true

Extendable: true
Since:
Windchill 9.0
See Also: