Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Field and Description |
---|---|
Condition.KeyMatchType |
Condition.KeyCondition.matchType |
Modifier and Type | Method and Description |
---|---|
static Condition.KeyMatchType |
Condition.KeyMatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.KeyMatchType[] |
Condition.KeyMatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.createKeyCondition(String k,
boolean not,
Condition.KeyMatchType matchType,
Condition.Context context) |
Constructor and Description |
---|
Condition.KeyCondition(String label,
boolean negateResult,
Condition.KeyMatchType matchType) |