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
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point)
Supported API: true
-
Method Details
-
calculate
public Object calculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) throws InvalidFunctionArgumentException
Supported API: true- Specified by:
calculatein interfaceAttributeContainerFunction- Specified by:
calculatein classAbstractAttributeContainerFunction- Parameters:
the_attribute_container-entry_point-- Returns:
- Object
- Throws:
InvalidFunctionArgumentException
-