Package wt.eff.format

Class EffFormatFactory

java.lang.Object
wt.eff.format.EffFormatFactory
All Implemented Interfaces:
Serializable

public final class EffFormatFactory extends Object implements 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
Since:
Windchill 9.0
See Also:
  • Method Details

    • getEffFormatDetails

      public static EffFormatDetails getEffFormatDetails(EffState state)
      Retrieve the format details, given the effectivity state.


      Supported API: true
      Parameters:
      state - the current effectivity state.
      Returns:
      EffFormatDetails