wt.epm.ndi.impl
Class EPMNDFamilyTableDependencyImpl
java.lang.Object
wt.epm.ndi.impl.EPMNDFamilyTableColumnImpl
wt.epm.ndi.impl.EPMNDFamilyTableDependencyImpl
- All Implemented Interfaces:
- EPMNDFamilyTableColumn, EPMNDFamilyTableDependency
- Direct Known Subclasses:
- EPMNDFamilyTableDepMemberImpl, EPMNDFamilyTableDepReferenceImpl
- class EPMNDFamilyTableDependencyImpl
- extends EPMNDFamilyTableColumnImpl
- implements EPMNDFamilyTableDependency
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
protected EPMFamilyTableColumn column
cache
protected NDICache cache
instance
protected EPMDocument instance
EPMNDFamilyTableDependencyImpl
public EPMNDFamilyTableDependencyImpl(NDICache cache,
EPMFamilyTableColumn column)
getName
public String getName()
throws WTException
- Description copied from interface:
EPMNDFamilyTableColumn
- Gets the value of the attribute: name.
Supported API: true
- Specified by:
getName
in interface EPMNDFamilyTableColumn
- Returns:
- String
- Throws:
WTException
getType
public int getType()
throws WTException
- Description copied from interface:
EPMNDFamilyTableColumn
- Gets the value of the attribute: type.
Supported API: true
- Specified by:
getType
in interface EPMNDFamilyTableColumn
- Returns:
- int
- Throws:
WTException
getTitle
public String getTitle()
throws WTException
- Description copied from interface:
EPMNDFamilyTableColumn
- Gets the value of the attribute: title.
Supported API: true
- Specified by:
getTitle
in interface EPMNDFamilyTableColumn
- Returns:
- String
- Throws:
WTException
getAttribute
public int getAttribute()
throws WTException
- Description copied from interface:
EPMNDFamilyTableColumn
- Gets the value of the attribute: attribute.
Supported API: true
- Specified by:
getAttribute
in interface EPMNDFamilyTableColumn
- Returns:
- int
- Throws:
WTException
newEPMFamilyTableColumn
public static EPMNDFamilyTableColumn newEPMFamilyTableColumn(NDICache cache,
EPMFamilyTableColumn column,
EPMDocument doc)
throws WTException
- Throws:
WTException