wt.epm.ndi
Interface EPMNDDependency

All Superinterfaces:
EPMNDObject
All Known Subinterfaces:
EPMNDMemberLink, EPMNDReferenceLink
All Known Implementing Classes:
EPMNDMemberLinkImpl, EPMNDReferenceLinkImpl, ProENDDependency, ProENDMemberLink_J01, ProENDMemberLink_J03, ProENDReferenceLink_J01, ProENDReferenceLink_J03

public interface EPMNDDependency
extends EPMNDObject



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface wt.epm.ndi.EPMNDObject
OBJECT_ID
 
Method Summary
 Collection getAttributes()
          Gets the object for the association that plays role: attributes.
 String getToAsStoredName()
          Gets the value of the attribute: toAsStoredName.
 String getToCadName()
          Gets the value of the attribute: toCadName.
 ObjectIdentifier getToMasterId()
          Gets the value of the attribute: toMasterId.
 String getToSubType()
          Gets the value of the attribute: toSubType.
 String getToType()
          Gets the value of the attribute: toType.
 int getType()
          Gets the value of the attribute: type.
 String getUniqueId()
          Gets the value of the attribute: uniqueId.
 boolean isRequired()
          Gets the value of the attribute: required.
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

getUniqueId

public String getUniqueId()
                   throws WTException
Gets the value of the attribute: uniqueId.

Supported API: true

Returns:
String
Throws:
WTException

getType

public int getType()
            throws WTException
Gets the value of the attribute: type.

Supported API: true

Returns:
int
Throws:
WTException

getToMasterId

public ObjectIdentifier getToMasterId()
                               throws WTException
Gets the value of the attribute: toMasterId.

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException

getToCadName

public String getToCadName()
                    throws WTException
Gets the value of the attribute: toCadName.

Supported API: true

Returns:
String
Throws:
WTException

getToAsStoredName

public String getToAsStoredName()
                         throws WTException
Gets the value of the attribute: toAsStoredName.

Supported API: true

Returns:
String
Throws:
WTException

getToType

public String getToType()
                 throws WTException
Gets the value of the attribute: toType.

Supported API: true

Returns:
String
Throws:
WTException

getToSubType

public String getToSubType()
                    throws WTException
Gets the value of the attribute: toSubType.

Supported API: true

Returns:
String
Throws:
WTException

isRequired

public boolean isRequired()
                   throws WTException
Gets the value of the attribute: required.

Supported API: true

Returns:
boolean
Throws:
WTException

getAttributes

public Collection getAttributes()
                         throws WTException
Gets the object for the association that plays role: attributes.

Supported API: true

Returns:
Collection
Throws:
WTException