Package | Description |
---|---|
com.darwino.domino.napi.enums |
Modifier and Type | Class and Description |
---|---|
class |
ACLEntryFlag |
class |
ACLFlag
(acl.h)
|
class |
ACLLevel |
class |
CD_ELEMENT
(editods.h)
|
class |
CDEXTFIELD_HELPER
(editods.h)
|
class |
CDGRAPHIC_FLAG |
class |
CDGRAPHIC_VERSION |
class |
CDKEYWORD_Flag
(editods.h)
|
class |
CmdArgID
(htmlapi.h)
|
class |
CmdArgValueType
(htmlapi.h)
|
class |
CmdId |
class |
DBClass
DBCLASS_xxx (nsfdb.h)
|
class |
DBOption
DBOPTION_xxx (nsfdb.h)
|
class |
EC_FLAG
(editods.h)
|
class |
EC_STYLE
(editods.h)
|
class |
EMBEDDEDCTL_TYPE
(editods.h)
|
class |
EMEventID
EM_*
|
class |
FEXT1
FEXT_xxx for the Flags1 field of CDEXTFIELD (editods.h)
|
class |
FEXT2
FEXT_xxx for the Flags1 field of CDEXTFIELD (editods.h)
|
class |
FIELD_LIMIT_TYPE
(htmlapi.h)
|
class |
FieldFlag |
class |
FieldType |
class |
FileObjectAttribute |
class |
FileObjectCompress
COMPRESS_xxx
|
class |
FileObjectFlag |
class |
FileObjectHost
HOST_xxx
|
class |
HOTSPOTREC_RUNFLAG |
class |
HOTSPOTREC_TYPE |
class |
HTMLAPI_REF_TYPE
(htmlapi.h)
|
class |
ItemFlag |
class |
LDDELIM
(editods.h)
|
class |
LDELIM
(editods.h)
|
class |
MIMEPartFlag |
class |
MIMEPartType |
class |
NamesListAuth |
class |
NoteClass
This enum represents the
NOTE_CLASS_xxx values, other than the "mask" ones. |
class |
NoteExtractFlag |
class |
ObjectFlag |
class |
ObjectType |
class |
ODSType
_xxx (ODS Type) (odstypes.h)
|
class |
SIG_CD
(ods.h)
|
class |
TimeConstant |
class |
TransactionCommitFlag |
class |
TransactionFlag |
class |
UAT |
class |
URT |
class |
ValueType |
class |
VCF1 |
class |
VCF3 |
class |
VIEW_COL
Values for the FormatDataType field of VIEW_COLUMN_FORMAT (viewfmt.h)
|
class |
VIEW_STYLE
(viewfmt.h)
|
class |
VIEW_TABLE_Flag
VIEW_TABLE_FORMAT Flags field (viewfmt.h)
|
class |
VIEW_TABLE_Flag2
VIEW_TABLE_FORMAT Flags2 field (viewfmt.h)
|
Modifier and Type | Method and Description |
---|---|
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.toBitField(Class<T> clazz,
Collection<T> values) |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valueOf(Class<T> clazz,
int value)
Given a Domino number-style enum, returns the enum constant for the provided
int |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valueOf(Class<T> clazz,
long value)
Given a Domino number-style enum, returns the enum constant for the provided
long |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valueOf(Class<T> clazz,
short value)
Given a Domino number-style enum, returns the enum constant for the provided
short |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valuesOf(Class<T> clazz,
int value)
Given a Domino number-style bitfield enum, returns the matching enum constants for the provided
int |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valuesOf(Class<T> clazz,
long value)
Given a Domino number-style bitfield enum, returns the matching enum constants for the provided
long |
static <N extends Number,T extends Enum<T> & INumberEnum<N>> |
DominoEnumUtil.valuesOf(Class<T> clazz,
short value)
Given a Domino number-style bitfield enum, returns the matching enum constants for the provided
short |
Copyright © 2014–2018. All rights reserved.