Class ACFValueOf
java.lang.Object
com.ptc.core.meta.container.common.AbstractAttributeContainerFunction
com.ptc.core.meta.container.common.ACFValueOf
- All Implemented Interfaces:
AttributeContainerFunction,Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueACFValueOf(AttributeIdentifier the_attribute_identifier)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point)
Supported API: true
-
Constructor Details
-
ACFValueOf
public ACFValueOf(AttributeIdentifier the_attribute_identifier) throws InvalidFunctionArgumentException
Supported API: true- Parameters:
the_attribute_identifier-- Throws:
InvalidFunctionArgumentException
-
ACFValueOf
public ACFValueOf()
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
-