| Package | Description |
|---|---|
| org.openstreetmap.josm.data.notes |
| Modifier and Type | Field and Description |
|---|---|
private Note.State |
Note.state |
| Modifier and Type | Method and Description |
|---|---|
Note.State |
Note.getState() |
static Note.State |
Note.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Note.State[] |
Note.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setState(Note.State state) |