| Package | Description |
|---|---|
| com.independentsoft.share.fql |
| Modifier and Type | Method and Description |
|---|---|
StringOperatorMode |
StringOperator.getMode()
Gets the mode.
|
static StringOperatorMode |
StringOperatorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringOperatorMode[] |
StringOperatorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringOperator.setMode(StringOperatorMode mode)
Sets the mode.
|
| Constructor and Description |
|---|
StringOperator(java.lang.String text,
StringOperatorMode mode)
Instantiates a new string operator.
|