| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| SimpRepActionType | GetDefaultAction
()
Get method for attribute "DefaultAction" Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE). |
| boolean | GetIsTemporary
()
Get method for attribute "IsTemporary" Is the representation temporary true or not false. |
| /*optional*/ SimpRepItems | GetItems
()
Get method for attribute "Items" An array of actions to apply to the components or features in this simplified representation. |
| void | SetDefaultAction
(SimpRepActionType value)
Set method for attribute "DefaultAction" Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE). |
| void | SetIsTemporary
(boolean value)
Set method for attribute "IsTemporary" Is the representation temporary true or not false. |
| void | SetItems
(
/*optional*/
SimpRepItems value)
Set method for attribute "Items" An array of actions to apply to the components or features in this simplified representation. |
| Method Detail |
|---|
| GetIsTemporary/SetIsTemporary |
|---|
| boolean | GetIsTemporary | () |
| void | SetIsTemporary | (boolean value) |
Is the representation temporary true or not false.
|
| GetDefaultAction/SetDefaultAction |
|---|
| SimpRepActionType | GetDefaultAction | () |
| void | SetDefaultAction | (SimpRepActionType value) |
Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
|
| GetItems/SetItems |
|---|
| /*optional*/ SimpRepItems | GetItems | () |
| void | SetItems | ( /*optional*/ SimpRepItems value) |
An array of actions to apply to the components or features in this simplified representation.
|