Package wt.eff.format
Class AbstractEffFormat
java.lang.Object
wt.eff.format.AbstractEffFormat
- All Implemented Interfaces:
Externalizable,Serializable,EffFormat
- Direct Known Subclasses:
UnitEffFormat
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
Supported API: true
Extendable: true
- Since:
- Windchill 9.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionSince range arithmetic is not supported unless explicitly specified by a format iplementation, this method returns an emptyStringobject ("") as a default value.toString()
Supported API: trueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.format.EffFormat
compareRangeValues, getDisplayDescription, getDisplayName, validateRangeValue
-
Method Details
-
addToRangeValue
public String addToRangeValue(String rangeValue, int amount, EffState state, Map<String, String> formatParams) throws EffFormatExceptionSince range arithmetic is not supported unless explicitly specified by a format iplementation, this method returns an emptyStringobject ("") as a default value.
Supported API: true- Specified by:
addToRangeValuein interfaceEffFormat- Parameters:
rangeValue-amount-state-formatParams-- Returns:
- String
- Throws:
EffFormatException- See Also:
-
toString
Supported API: true
-