Package | Description |
---|---|
com.darwino.domino.napi.enums | |
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
static ItemFlag |
ItemFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemFlag[] |
ItemFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ItemFlag> |
NSFItem.getFlags() |
Modifier and Type | Method and Description |
---|---|
void |
NSFItem.addFlag(ItemFlag flag) |
void |
NSFItem.removeFlag(ItemFlag flag) |
Modifier and Type | Method and Description |
---|---|
void |
NSFItem.setFlags(Collection<ItemFlag> flags) |
Copyright © 2014–2018. All rights reserved.