|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.mdr.persistence.Storage.EntryType
public static class Storage.EntryType
Type of values and keys stored in index.
Field Summary | |
---|---|
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 Summary | |
---|---|
Storage.EntryType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Storage.EntryType MOFID
public static Storage.EntryType STREAMABLE
public static Storage.EntryType STRING
public static Storage.EntryType INT
Constructor Detail |
---|
public Storage.EntryType()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |