public static enum AssistStruct.Search extends Enum<AssistStruct.Search> implements INumberEnum<Short>
Enum Constant and Description |
---|
ALL
All documents in database
|
MODIFIED
New or modified docs since last run
|
NEW
New documents since last run
|
NONE
Unknown or unavailable
|
PROMPT
Prompt user
|
SELECTED
Selected documents
|
UI
Works on the selectable object
|
UNREAD
All unread documents
|
VIEW
All documents in view
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static AssistStruct.Search |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistStruct.Search[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssistStruct.Search NONE
public static final AssistStruct.Search ALL
public static final AssistStruct.Search NEW
public static final AssistStruct.Search MODIFIED
public static final AssistStruct.Search SELECTED
public static final AssistStruct.Search VIEW
public static final AssistStruct.Search UNREAD
public static final AssistStruct.Search PROMPT
public static final AssistStruct.Search UI
public static AssistStruct.Search[] values()
for (AssistStruct.Search c : AssistStruct.Search.values()) System.out.println(c);
public static AssistStruct.Search valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.