|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.part.server.impl.SACFReferenceDesignatorRange
public final class SACFReferenceDesignatorRange
Places a Server Calculated Attribute in the AttributeContainer whose
content is a reference designator range. If the reference designator can
be edited, then the string is placed in the content, otherwise a
ValueWrapperFunction is used to imply the range cannot be edited.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Object |
calculate(AttributeContainer attribute_container)
Returns the reference designator range See DefinitionResource.rbInfo or wt.part.partModelRB.rbInfo for the AttributeTypeIdentifiers this class can be constructed with. |
Object |
calculate(AttributeContainer attribute_container,
AssociationIdentifier entry_point)
Supported API: true |
AttributeContainerFunction |
cloneWithNewArguments(HashMap old_to_new_map)
Supported API: true |
Object[] |
getArguments()
Supported API: true |
Object[] |
getArgumentsRecursive()
Supported API: true |
AttributeIdentifier[] |
getArgumentsRecursive(AttributeContainer the_attribute_container,
AssociationIdentifier entry_point)
Supported API: true |
Object |
getPrimaryArgument()
Supported API: true |
AttributeContainerFunction |
valueOf(String str)
Returns the AttributeContainerFunction object represented by the specified String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ptc.core.meta.container.common.AttributeContainerFunction |
|---|
equals |
| Method Detail |
|---|
public Object calculate(AttributeContainer attribute_container)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
calculate in interface AttributeContainerFunctionthe_attribute_container -
com.ptc.core.meta.container.common.InvalidFunctionArgumentException
public Object calculate(AttributeContainer attribute_container,
AssociationIdentifier entry_point)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
calculate in interface AttributeContainerFunctionthe_attribute_container - entry_point -
com.ptc.core.meta.container.common.InvalidFunctionArgumentExceptionpublic Object[] getArguments()
getArguments in interface AttributeContainerFunctionpublic Object getPrimaryArgument()
getPrimaryArgument in interface AttributeContainerFunctionpublic Object[] getArgumentsRecursive()
getArgumentsRecursive in interface AttributeContainerFunction
public AttributeIdentifier[] getArgumentsRecursive(AttributeContainer the_attribute_container,
AssociationIdentifier entry_point)
getArgumentsRecursive in interface AttributeContainerFunctionthe_attribute_container - entry_point -
public AttributeContainerFunction cloneWithNewArguments(HashMap old_to_new_map)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
cloneWithNewArguments in interface AttributeContainerFunctionold_to_new_map -
com.ptc.core.meta.container.common.InvalidFunctionArgumentException
public AttributeContainerFunction valueOf(String str)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
valueOf in interface AttributeContainerFunctionstr - A String representation of AttributeContainerFunction
com.ptc.core.meta.container.common.InvalidFunctionArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||