Package wt.eff.format
Class EffFormatFactory
java.lang.Object
wt.eff.format.EffFormatFactory
- All Implemented Interfaces:
Serializable
A factory class designed to create and maintain instances of EffFormat
classes. It holds the logic of retrieving the format and its associated
parameters, given an effectivity state object, which holds the necessary
information needed for the retrieval.
Instances of concrete EffFormat classes are stateless and designed to be run as singletons, which is managed by this factory.
Supported API: true
Extendable: false
Instances of concrete EffFormat classes are stateless and designed to be run as singletons, which is managed by this factory.
Supported API: true
Extendable: false
- Since:
- Windchill 9.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic EffFormatDetailsgetEffFormatDetails(EffState state) Retrieve the format details, given the effectivity state.
-
Method Details
-
getEffFormatDetails
Retrieve the format details, given the effectivity state.
Supported API: true- Parameters:
state- the current effectivity state.- Returns:
- EffFormatDetails
-