public final class ResourceType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CSS_STYLE_SHEET
Css style sheet.
|
static int |
DOCUMENT
Document.
|
static int |
IMAGE
Image.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String resourceTypeName) |
static java.lang.String |
getName(int resourceType) |
static int[] |
getValues() |
static java.lang.String |
toString(int resourceType) |