| | |
| | | private Condition targetIsEnabledCondition = Conditions.TRUE; |
| | | |
| | | /** |
| | | * The condition which is used to determine whether or not |
| | | * The condition which is used to determine whether |
| | | * referenced managed objects need to be enabled. |
| | | */ |
| | | private Condition targetNeedsEnablingCondition = Conditions.TRUE; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Sets the condition which is used to determine whether or not |
| | | * Sets the condition which is used to determine whether |
| | | * referenced managed objects need to be enabled. By default referenced |
| | | * managed objects must always be enabled. |
| | | * |
| | | * @param condition |
| | | * The condition which is used to determine whether or not |
| | | * The condition which is used to determine whether |
| | | * referenced managed objects need to be enabled. |
| | | */ |
| | | public final void setTargetNeedsEnablingCondition(Condition condition) { |
| | |
| | | private final Condition targetIsEnabledCondition; |
| | | |
| | | /** |
| | | * The condition which is used to determine whether or not |
| | | * The condition which is used to determine whether |
| | | * referenced managed objects need to be enabled. |
| | | */ |
| | | private final Condition targetNeedsEnablingCondition; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Gets the condition which is used to determine whether or not referenced |
| | | * Gets the condition which is used to determine whether referenced |
| | | * managed objects need to be enabled. |
| | | * |
| | | * @return Returns the condition which is used to determine whether or not |
| | | * @return Returns the condition which is used to determine whether |
| | | * referenced managed objects need to be enabled. |
| | | */ |
| | | public final Condition getTargetNeedsEnablingCondition() { |