| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ WComponentPath | GetItemCompPath
()
Get method for attribute "ItemCompPath" The item component path. |
| int | GetItemId
()
Get method for attribute "ItemId" The item identifier |
| /*optional*/ String | GetItemName
()
Get method for attribute "ItemName" Parameter Name |
| Model | GetItemOwner
()
Get method for attribute "ItemOwner" The model owner of the item or parameter. |
| ModelItemType | GetItemType
()
Get method for attribute "ItemType" The item type. In case of parameter pass type of owner modelitem. For model Parameter pass this as pfcModelItemType_nil. |
| void | SetItemCompPath
(
/*optional*/
WComponentPath value)
Set method for attribute "ItemCompPath" The item component path. |
| void | SetItemId
(int value)
Set method for attribute "ItemId" The item identifier |
| void | SetItemName
(
/*optional*/
String value)
Set method for attribute "ItemName" Parameter Name |
| void | SetItemOwner
(Model value)
Set method for attribute "ItemOwner" The model owner of the item or parameter. |
| void | SetItemType
(ModelItemType value)
Set method for attribute "ItemType" The item type. In case of parameter pass type of owner modelitem. For model Parameter pass this as pfcModelItemType_nil. |
| Method Detail |
|---|
| GetItemOwner/SetItemOwner |
|---|
| Model | GetItemOwner | () |
| void | SetItemOwner | (Model value) |
The model owner of the item or parameter.
|
| GetItemType/SetItemType |
|---|
| ModelItemType | GetItemType | () |
| void | SetItemType | (ModelItemType value) |
The item type. In case of parameter pass type of owner modelitem. For model Parameter pass this as pfcModelItemType_nil.
|
| GetItemId/SetItemId |
|---|
| int | GetItemId | () |
| void | SetItemId | (int value) |
| GetItemName/SetItemName |
|---|
| /*optional*/ String | GetItemName | () |
| void | SetItemName | ( /*optional*/ String value) |
| GetItemCompPath/SetItemCompPath |
|---|
| /*optional*/ WComponentPath | GetItemCompPath | () |
| void | SetItemCompPath | ( /*optional*/ WComponentPath value) |
|
The item component path.
To set a component as flexible, the path of this 'assembly item' should not contain the ID of a component which is: a) out of flexible context, b) to be made flexible.
|