public class RelationType
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static short |
LIKE |
|
static short |
POWER |
|
static short |
RESPECT |
| Constructor | Description |
|---|---|
RelationType() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
getName(short relationType) |
|
static short |
parseType(java.lang.String relationType) |
public static final short LIKE
public static final short RESPECT
public static final short POWER