public static final class IMResolveEvent.ResultType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static IMResolveEvent.ResultType |
NOT_RESOLVED |
static IMResolveEvent.ResultType |
RESOLVE_CONFLICT |
static IMResolveEvent.ResultType |
RESOLVED |
Modifier and Type | Method and Description |
---|---|
static IMResolveEvent.ResultType |
valueOf(java.lang.String name) |
static IMResolveEvent.ResultType[] |
values() |
public static final IMResolveEvent.ResultType RESOLVED
public static final IMResolveEvent.ResultType NOT_RESOLVED
public static final IMResolveEvent.ResultType RESOLVE_CONFLICT
public static IMResolveEvent.ResultType[] values()
public static IMResolveEvent.ResultType valueOf(java.lang.String name)