public static class Storage.EntryType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Storage.EntryType |
INT
Values are integers.
|
static Storage.EntryType |
MOFID
Values are fixed length alphanumeric strings
|
static Storage.EntryType |
STREAMABLE
Values are objects that implement the Streamable interface.
|
static Storage.EntryType |
STRING
Values are variable length Strings.
|
| Constructor and Description |
|---|
Storage.EntryType() |
| Modifier and Type | Method and Description |
|---|---|
static Storage.EntryType |
decodeEntryType(byte code) |
static Storage.EntryType |
decodeEntryType(java.lang.String name) |
byte |
encode() |
static java.util.Collection |
getEntryTypes()
Returns list of all EntryTypes.
|
public static Storage.EntryType MOFID
public static Storage.EntryType STREAMABLE
public static Storage.EntryType STRING
public static Storage.EntryType INT
public static java.util.Collection getEntryTypes()
public static Storage.EntryType decodeEntryType(java.lang.String name)
public byte encode()
public static Storage.EntryType decodeEntryType(byte code)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.