Class ValueWrapperFunction
java.lang.Object
com.ptc.core.meta.container.common.AbstractAttributeContainerFunction
com.ptc.core.meta.container.common.ValueWrapperFunction
- All Implemented Interfaces:
DataType,AttributeContainerFunction,com.ptc.core.meta.container.common.ConstantAttributeContainerFunction,Externalizable,Serializable,Comparable
public final class ValueWrapperFunction
extends AbstractAttributeContainerFunction
implements com.ptc.core.meta.container.common.ConstantAttributeContainerFunction, DataType, Comparable, Externalizable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point)
Supported API: truefromExternalForm(String external_form)
Supported API: true
Supported API: truevoidwriteExternalForm(Writer writer)
Supported API: trueMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ptc.core.meta.container.common.AttributeContainerFunction
getArgumentsRecursive
-
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
-
toExternalForm
Supported API: true- Specified by:
toExternalFormin interfaceDataType- Returns:
- String
-
fromExternalForm
Supported API: true- Specified by:
fromExternalFormin interfaceDataType- Parameters:
external_form-- Returns:
- DataType
-
writeExternalForm
Supported API: true- Specified by:
writeExternalFormin interfaceDataType- Parameters:
writer-- Throws:
IOException
-