Package com.uc4.api.objects
Class SyncAttributes
java.lang.Object
com.uc4.api.objects.SyncAttributes
This class represents the attributes of Sync objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the current state.int
getValue()
Gets the current value.void
setCurrentState
(String currentState) Sets the current state.void
setValue
(int value) Sets the value.protected void
-
Constructor Details
-
SyncAttributes
protected SyncAttributes(com.uc4.util.XMLDocument doc)
-
-
Method Details
-
store
-
getValue
public int getValue()Gets the current value.- Returns:
- Value
-
setValue
public void setValue(int value) Sets the value.- Parameters:
value
- Value
-
getCurrentState
Returns the name of the current state.- Returns:
- Current state
-
setCurrentState
Sets the current state.- Parameters:
currentState
- name of a sync state
-