Package com.ptc.windchill.mpml.formula
Class FormulaValuatedLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.mpml.formula._FormulaValuatedLink
com.ptc.windchill.mpml.formula.FormulaValuatedLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="attributeName",type=java.lang.String.class),
roleA=@GeneratedRole(name="formulaValuated",type=FormulaValuated.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY),
roleB=@GeneratedRole(name="formula",type=FormulaMetaData.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY),
tableProperties=@TableProperties(tableName="FormulaValuatedLink"))
public class FormulaValuatedLink
extends _FormulaValuatedLink
Use the newFormulaValuatedLink static factory method(s),
not the FormulaValuatedLink constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.mpml.formula._FormulaValuatedLink
FORMULA_ROLE, FORMULA_VALUATED_ROLE -
Method Summary
Modifier and TypeMethodDescriptionstatic FormulaValuatedLinknewFormulaValuatedLink(FormulaValuated formulaValuated, FormulaMetaData formula) Default factory for the class.Methods inherited from class com.ptc.windchill.mpml.formula._FormulaValuatedLink
getFormula, getFormulaValuated, setFormula, setFormulaValuatedMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newFormulaValuatedLink
public static FormulaValuatedLink newFormulaValuatedLink(FormulaValuated formulaValuated, FormulaMetaData formula) throws WTException Default factory for the class.
Supported API: true- Parameters:
formulaValuated-formula-- Returns:
- FormulaValuatedLink
- Throws:
WTException
-