public interface State
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the state.
|
boolean |
isUpdated()
Returns true if the state is updated since creation (or reload).
|
void |
setName(String name)
Set the name of the state.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.