public static class CategorizeRequest.CategorizeInputMode extends Enum
SearchPropertyEditors.| Modifier and Type | Class and Description |
|---|---|
static class |
CategorizeRequest.CategorizeInputMode.CategorizeInputModeEditor |
Enum.EnumEditor, Enum.LocaleEnumEditor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static CategorizeRequest.CategorizeInputMode |
DOCUMENT
The input content is a pathname to a file of formatted text.
|
static CategorizeRequest.CategorizeInputMode |
QUESTION
Tnput content is simple user input text.
|
static CategorizeRequest.CategorizeInputMode |
TEXT
The input content is simple text.
|
static CategorizeRequest.CategorizeInputMode |
XHTML
The input content is structured text
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Iterator |
getIterator() |
static CategorizeRequest.CategorizeInputMode |
valueOf(java.lang.String pName)
Method to get the enumerated value object for the given string.
|
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toStringpublic static final java.lang.String CLASS_VERSION
public static final CategorizeRequest.CategorizeInputMode QUESTION
public static final CategorizeRequest.CategorizeInputMode DOCUMENT
public static final CategorizeRequest.CategorizeInputMode XHTML
public static final CategorizeRequest.CategorizeInputMode TEXT
public static CategorizeRequest.CategorizeInputMode valueOf(java.lang.String pName)
pName - String name to lookup.public static java.util.Iterator getIterator()