Package wt.epm.ndi
Interface EPMNDFamilyTableMember
- All Known Subinterfaces:
EPMNDFamilyTableMemberExt
public interface EPMNDFamilyTableMember
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: asStoredName.Gets the value of the attribute: cadName.Gets the object for the association that plays role: cellValues; Returns family table member cell values.Gets the object for the association that plays role: columns.Gets the object for the association that plays role: instances; Returns immediate instances.intGets the value of the attribute: verifyStatus.booleanGets the value of the attribute: extLocked.booleanisLocked()Gets the value of the attribute: locked.
-
Method Details
-
getCadName
Gets the value of the attribute: cadName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getAsStoredName
Gets the value of the attribute: asStoredName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
isLocked
Gets the value of the attribute: locked.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
isExtLocked
Gets the value of the attribute: extLocked.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getVerifyStatus
Gets the value of the attribute: verifyStatus.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getInstances
Gets the object for the association that plays role: instances; Returns immediate instances.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getColumns
Gets the object for the association that plays role: columns.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getCellValues
Gets the object for the association that plays role: cellValues; Returns family table member cell values.
Supported API: true- Returns:
- Map<String,EPMNDFTValue>
- Throws:
WTException
-