Package wt.eff.format
Class EffFormatDetails
java.lang.Object
wt.eff.format.EffFormatDetails
- All Implemented Interfaces:
Serializable
A class that is designed to hold the details of a particular format as
specified in the configuration resource used (defaults to a windchill
preference). These include the effectivity format and the mapped parameters
of interest to the format.
Instances of EffFormatDetails are designed and treated as immutable, once initialized during construction (where the class invariant is established). Hence they can be safely shared and are thread-safe. Instances of this class are not supported for using as keys in hash based data structures.
Supported API: true
Extendable: false
Instances of EffFormatDetails are designed and treated as immutable, once initialized during construction (where the class invariant is established). Hence they can be safely shared and are thread-safe. Instances of this class are not supported for using as keys in hash based data structures.
Supported API: true
Extendable: false
- Since:
- Windchill 9.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEffFormatDetails(EffFormat format, Map<String, String> formatParams) Constructs instances of this class. -
Method Summary
-
Field Details
-
format
An EffFormat instance.
Supported API: true -
formatParams
Holds parameters of interest to the format. If no paramters exist, holds an empty map instead of a null reference.
Supported API: true
-
-
Constructor Details
-
EffFormatDetails
Constructs instances of this class.
Supported API: true- Parameters:
format- (Required) An EffFormat instance.formatParams- (Optional) parameters of interest to the format.
-
-
Method Details
-
getFormat
Gets the value of the attribute: format; An EffFormat instance.
Supported API: true- Returns:
- EffFormat
-
getFormatParams
Gets the value of the attribute: formatParams; Holds parameters of interest to the format. If no paramters exist, holds an empty map instead of a null reference.
Supported API: true- Returns:
- Mapinvalid input: '<'String,String>
-