com.ptc.core.meta.container.common
Class ACFMessageFormat
java.lang.Object
com.ptc.core.meta.container.common.AbstractAttributeContainerFunction
com.ptc.core.meta.container.common.ACFMessageFormat
- All Implemented Interfaces:
- AttributeContainerFunction, Externalizable, Serializable
public final class ACFMessageFormat
- extends AbstractAttributeContainerFunction
- implements Serializable
ACFMessageFormat takes a set of objects, formats them, then inserts the
formatted strings into the pattern at the
appropriate places. Please refer to java.text.MessageFormat for the
detalied format usage. ACFMessageFormat constructors take up to 10 formating
objects. However, if formating objects are taken from a object array,
there is no limitation set by ACFMessageFormat itself.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
calculate
public Object calculate(AttributeContainer the_attribute_container,
AssociationIdentifier entry_point)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
Supported API: true
- Specified by:
calculate in interface AttributeContainerFunction- Specified by:
calculate in class AbstractAttributeContainerFunction
- Parameters:
the_attribute_container - entry_point -
- Returns:
- Object
- Throws:
com.ptc.core.meta.container.common.InvalidFunctionArgumentException