public class DictionaryRefreshFlags
extends java.lang.Object
DictionaryRefresh| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAR_CACHE
(0x10) Indicates the receiver of the refresh should clear any existing
cached information.
|
static int |
HAS_INFO
(0x01) When decoding, indicates presence of the dictionaryId, version,
and type members.
|
static int |
HAS_SEQ_NUM
(0x08) Indicates presence of the sequenceNumber member.
|
static int |
IS_COMPLETE
(0x02) When decoding, indicates that this is the final part of the
dictionary refresh.
|
static int |
NONE
(0x00) No flags set.
|
static int |
SOLICITED
(0x04) Indicates that this refresh is being provided in response to a
request.
|
public static final int NONE
public static final int HAS_INFO
public static final int IS_COMPLETE
public static final int SOLICITED
public static final int HAS_SEQ_NUM
public static final int CLEAR_CACHE
Copyright @ 2019 Thomson Reuters. All Rights Reserved.