| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected List<ItemIconState> |
ItemIcon.state
|
| Modifier and Type | Method and Description |
|---|---|
static ItemIconState |
ItemIconState.fromValue(String v) |
static ItemIconState |
ItemIconState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemIconState[] |
ItemIconState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemIconState> |
ItemIcon.getState() |
| Modifier and Type | Method and Description |
|---|---|
ItemIcon |
ItemIcon.addToState(ItemIconState state)
add a value to the state property collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemIcon.setState(List<ItemIconState> state) |
ItemIcon |
ItemIcon.withState(List<ItemIconState> state)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.