public final class WebExtensionBindingType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT |
static int |
length |
static int |
MATRIX
Tabular data without a header row.
|
static int |
TABLE
Tabular data with a header row.
|
static int |
TEXT
Plain text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String webExtensionBindingTypeName) |
static java.lang.String |
getName(int webExtensionBindingType) |
static int[] |
getValues() |
static java.lang.String |
toString(int webExtensionBindingType) |