Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Field and Description |
---|---|
Condition.Op |
Condition.KeyValueCondition.op |
Condition.Op |
Condition.RoleCondition.op |
Condition.Op |
Condition.IndexCondition.op |
Modifier and Type | Field and Description |
---|---|
static EnumSet<Condition.Op> |
Condition.COMPARISON_OPERATERS |
Modifier and Type | Method and Description |
---|---|
static Condition.Op |
Condition.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Op[] |
Condition.Op.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.create(String k,
String v,
Condition.Op op,
Condition.Context context) |
Constructor and Description |
---|
IndexCondition(String index,
Condition.Op op) |
KeyValueCondition(String k,
String v,
Condition.Op op)
Creates a key/value-condition.
|
RoleCondition(String role,
Condition.Op op) |