| Package | Description |
|---|---|
| org.apache.tika.renderer |
| Modifier and Type | Method and Description |
|---|---|
RenderResult.STATUS |
RenderResult.getStatus() |
static RenderResult.STATUS |
RenderResult.STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderResult.STATUS[] |
RenderResult.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RenderResult(RenderResult.STATUS status,
int id,
Object result,
Metadata metadata) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.