wt.epm.ndi
Interface EPMNDDependency

All Superinterfaces:
EPMNDObject
All Known Subinterfaces:
EPMNDMemberLink, EPMNDReferenceLink

public interface EPMNDDependency
extends EPMNDObject



Supported API: true

Extendable: false


Method Summary
 Collection<EPMNDAttribute> getAttributes()
          Gets the object for the association that plays role: attributes.
 EPMNDSoftType getSoftType()
          Gets the object for the association that plays role: softType.
 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.
 EPMDocSubType getToSubType()
          Gets the value of the attribute: toSubType.
 EPMDocumentType 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

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

Supported API: true

Returns:
String
Throws:
WTException

getType

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

Supported API: true

Returns:
int
Throws:
WTException

getToMasterId

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

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException

getToCadName

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

Supported API: true

Returns:
String
Throws:
WTException

getToAsStoredName

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

Supported API: true

Returns:
String
Throws:
WTException

getToType

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

Supported API: true

Returns:
EPMDocumentType
Throws:
WTException

getToSubType

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

Supported API: true

Returns:
EPMDocSubType
Throws:
WTException

isRequired

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

Supported API: true

Returns:
boolean
Throws:
WTException

getAttributes

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

Supported API: true

Returns:
Collection
Throws:
WTException

getSoftType

EPMNDSoftType getSoftType()
                          throws WTException
Gets the object for the association that plays role: softType.

Supported API: true

Returns:
EPMNDSoftType
Throws:
WTException