public static enum LayoutDecision.Kind extends Enum<LayoutDecision.Kind>
| Enum Constant and Description |
|---|
CONTENT |
IDENTITY |
OFFSET
NOTE that offsets are only useful as WriteLayoutDecisions, not ReadLayoutDecisions,
because we store ReadLayoutDecisions in a FileLayout, where they are keyed on offset,
i.e.
|
SIZE |
VADDR |
| Modifier and Type | Method and Description |
|---|---|
static LayoutDecision.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutDecision.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutDecision.Kind OFFSET
public static final LayoutDecision.Kind SIZE
public static final LayoutDecision.Kind CONTENT
public static final LayoutDecision.Kind IDENTITY
public static final LayoutDecision.Kind VADDR
public static LayoutDecision.Kind[] values()
public static LayoutDecision.Kind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null