public static class ByteWriterFactory.Longevity extends Object
| Modifier and Type | Field and Description |
|---|---|
static ByteWriterFactory.Longevity |
LONG
Anticipated lifetime is approximately that of the document being processed.
|
static ByteWriterFactory.Longevity |
PERMANENT
Anticipated lifetime is beyond that of the document being processed.
|
static ByteWriterFactory.Longevity |
SHORT
Anticipated lifetime is from about a single method call up to several method calls.
|
static ByteWriterFactory.Longevity |
TEMPORARY
Anticipated lifetime is below that of a single method call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
name()
Get the name of the generic family.
|
static ByteWriterFactory.Longevity |
parse(String s) |
public static final ByteWriterFactory.Longevity TEMPORARY
public static final ByteWriterFactory.Longevity SHORT
public static final ByteWriterFactory.Longevity LONG
public static final ByteWriterFactory.Longevity PERMANENT
public String name()
public static ByteWriterFactory.Longevity parse(String s)
public int getId()
Copyright © 2010 - 2020 Adobe. All Rights Reserved