public class MigrationSetKindOpRule extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
EQUALS |
static String |
GREATER_THAN |
static String |
GREATER_THAN_EQUALS |
static String |
LOWER_THAN |
static String |
LOWER_THAN_EQUALS |
static String |
REGEXP |
| Constructor and Description |
|---|
MigrationSetKindOpRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation() |
String |
getProperty() |
String |
getValue() |
void |
setOperation(String operation) |
void |
setProperty(String property) |
void |
setValue(String value) |
String |
toString() |
public static final String EQUALS
public static final String LOWER_THAN
public static final String LOWER_THAN_EQUALS
public static final String GREATER_THAN
public static final String GREATER_THAN_EQUALS
public static final String REGEXP
Copyright © 2018. All rights reserved.