wt.epm.ndi
Interface EPMNDMemberLink

All Superinterfaces:
EPMNDDependency, EPMNDObject
All Known Implementing Classes:
EPMNDMemberLinkImpl, ProENDMemberLink_J01, ProENDMemberLink_J03

public interface EPMNDMemberLink
extends EPMNDDependency



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface wt.epm.ndi.EPMNDObject
OBJECT_ID
 
Method Summary
 EPMNDComponent getComponent()
          Gets the object for the association that plays role: component.
 Quantity getQuantity()
          Gets the value of the attribute: quantity.
 EPMNDReferenceControl getReferenceControl()
          Gets the object for the association that plays role: referenceControl.
 EPMNDTransform getTransform()
          Gets the object for the association that plays role: transform.
 boolean isSuppressed()
          Gets the value of the attribute: suppressed.
 boolean isUnPlaced()
          Gets the value of the attribute: unPlaced.
 
Methods inherited from interface wt.epm.ndi.EPMNDDependency
getAttributes, getToAsStoredName, getToCadName, getToMasterId, getToSubType, getToType, getType, getUniqueId, isRequired
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

isUnPlaced

public boolean isUnPlaced()
                   throws WTException
Gets the value of the attribute: unPlaced.

Supported API: true

Returns:
boolean
Throws:
WTException

getQuantity

public Quantity getQuantity()
                     throws WTException
Gets the value of the attribute: quantity.

Supported API: true

Returns:
Quantity
Throws:
WTException

isSuppressed

public boolean isSuppressed()
                     throws WTException
Gets the value of the attribute: suppressed.

Supported API: true

Returns:
boolean
Throws:
WTException

getTransform

public EPMNDTransform getTransform()
                            throws WTException
Gets the object for the association that plays role: transform.

Supported API: true

Returns:
EPMNDTransform
Throws:
WTException

getComponent

public EPMNDComponent getComponent()
                            throws WTException
Gets the object for the association that plays role: component.

Supported API: true

Returns:
EPMNDComponent
Throws:
WTException

getReferenceControl

public EPMNDReferenceControl getReferenceControl()
                                          throws WTException
Gets the object for the association that plays role: referenceControl.

Supported API: true

Returns:
EPMNDReferenceControl
Throws:
WTException