public enum EntryType extends Enum<EntryType>
Enum Constant and Description |
---|
CPP |
DOCUMENT_DOTNET |
DOCUMENT_JAVA |
EXTERNAL_ENTRY |
OBJECT_DOTNET |
OBJECT_JAVA |
Modifier and Type | Field and Description |
---|---|
static int |
MAX |
Modifier and Type | Method and Description |
---|---|
static EntryType |
fromByte(byte typeCode) |
byte |
getTypeCode() |
byte |
getTypeCode(PlatformLogicalVersion version) |
boolean |
isConcrete() |
boolean |
isVirtual() |
static EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryType OBJECT_JAVA
public static final EntryType EXTERNAL_ENTRY
public static final EntryType DOCUMENT_JAVA
public static final EntryType CPP
public static final EntryType OBJECT_DOTNET
public static final EntryType DOCUMENT_DOTNET
public static final int MAX
public static EntryType[] values()
for (EntryType c : EntryType.values()) System.out.println(c);
public static EntryType 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 nullpublic byte getTypeCode()
public byte getTypeCode(PlatformLogicalVersion version)
public static EntryType fromByte(byte typeCode)
public boolean isVirtual()
public boolean isConcrete()
Copyright © GigaSpaces.