public class SyncAttributes
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
SyncAttributes(com.uc4.util.XMLDocument doc) |
| 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.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request) |
protected void store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request)
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