Package | Description |
---|---|
com.darwino.domino.napi.enums | |
com.darwino.domino.napi.struct.cd | |
com.darwino.domino.napi.wrap | |
com.darwino.domino.napi.wrap.design | |
com.darwino.domino.napi.wrap.item |
Modifier and Type | Method and Description |
---|---|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValueType |
CDFIELD.getDataType() |
Modifier and Type | Method and Description |
---|---|
ValueType |
NSFNote.getItemType(String itemName) |
ValueType |
NSFItem.getType() |
Constructor and Description |
---|
NSFItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen)
Constructs a new
NSFItem object for the provided note and item name. |
Modifier and Type | Method and Description |
---|---|
ValueType |
NSFFormField.getType() |
Constructor and Description |
---|
NSFCompositeDataItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
NSFFileItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
NSFMimeItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen)
Constructs a new
NSFMIMEItem object for the provided note and item name. |
NSFObjectItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
Copyright © 2014–2018. All rights reserved.