public class SyncAttributes
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentState()
Returns the name of the current state.
|
int |
getValue()
Gets the current value.
|
void |
setCurrentState(java.lang.String currentState)
Sets the current state.
|
void |
setValue(int value)
Sets the value.
|
public int getValue()
public void setValue(int value)
value - Valuepublic java.lang.String getCurrentState()
public void setCurrentState(java.lang.String currentState)
currentState - name of a sync state