public class StringCondition extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StringCondition.Mode
Condition mode.
|
Constructor and Description |
---|
StringCondition(String value,
StringCondition.Mode mode)
Creates a new string condition.
|
public StringCondition(String value, StringCondition.Mode mode)
value
- value to apply the condition against.mode
- the mode to use the condition in.public String getValue()
public StringCondition.Mode getMode()
Copyright © 2015. All Rights Reserved.