Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SyncState> |
Sync.stateIterator()
Returns an iterator over
SyncState . |
Modifier and Type | Method and Description |
---|---|
void |
Sync.addState(SyncState state)
Adds a
SyncState to this Sync object. |
boolean |
Sync.removeState(SyncState state)
Removes the specified
SyncState . |