Class CommandDelegateExecutionProgressFeedback
java.lang.Object
com.ptc.core.command.common.delegate.CommandDelegateExecutionFeedback
com.ptc.core.command.common.delegate.CommandDelegateExecutionProgressFeedback
- All Implemented Interfaces:
CommandDelegateFeedback,Serializable,Message,ProgressData
public class CommandDelegateExecutionProgressFeedback
extends CommandDelegateExecutionFeedback
implements ProgressData, Serializable
Feedback object for displaying project feedback when executing on a group
of TypeInstances.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from interface wt.util.ProgressData
COUNT, TOTAL -
Method Summary
-
Method Details
-
getCount
public int getCount()Gets the value of the attribute: count.
Supported API: true- Specified by:
getCountin interfaceProgressData- Returns:
- int
-
setCount
Sets the value of the attribute: count.
Supported API: true- Specified by:
setCountin interfaceProgressData- Parameters:
a_Count-- Throws:
WTPropertyVetoException
-
getTotal
public int getTotal()Gets the value of the attribute: total.
Supported API: true- Specified by:
getTotalin interfaceProgressData- Returns:
- int
-
setTotal
Sets the value of the attribute: total.
Supported API: true- Specified by:
setTotalin interfaceProgressData- Parameters:
a_Total-- Throws:
WTPropertyVetoException
-