com.ptc.windchill.mpml.processplan.operation
Class MPMOperationUsageLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.struct.IteratedUsageLink
              extended by com.ptc.windchill.mpml.processplan.operation.MPMOperationUsageLink
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.iba.value.IBAHolder, DisplayIdentification, wt.type.FlexTyped, wt.type.Typed

public class MPMOperationUsageLink
extends IteratedUsageLink
implements wt.type.Typed, Externalizable

Use the newMPMOperationUsageLink static factory method(s), not the MPMOperationUsageLink 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:
Serialized Form

Field Summary
static String OPERATION_LABEL
          Label for the attribute.
 
Method Summary
 String getOperationLabel()
          Gets the value of the attribute: OPERATION_LABEL.
 void setOperationLabel(String a_OperationLabel)
          Sets the value of the attribute: OPERATION_LABEL.
 
Methods inherited from class wt.vc.struct.IteratedUsageLink
getUsedBy, getUses
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OPERATION_LABEL

public static final String OPERATION_LABEL
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getOperationLabel

public String getOperationLabel()
Gets the value of the attribute: OPERATION_LABEL.

Supported API: true

Returns:
String

setOperationLabel

public void setOperationLabel(String a_OperationLabel)
                       throws WTPropertyVetoException
Sets the value of the attribute: OPERATION_LABEL.

Supported API: true

Parameters:
a_OperationLabel -
Throws:
WTPropertyVetoException