public static enum Persistence.IdType extends Enum<Persistence.IdType>
| Modifier and Type | Method and Description |
|---|---|
static Persistence.IdType |
determineFromValue(long id) |
boolean |
isInRange(long id) |
static Persistence.IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Persistence.IdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Persistence.IdType NULL
public static final Persistence.IdType TID
public static final Persistence.IdType OID
public static final Persistence.IdType CID
public static final Persistence.IdType UNDEFINED
public static Persistence.IdType[] values()
for (Persistence.IdType c : Persistence.IdType.values()) System.out.println(c);
public static Persistence.IdType 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 boolean isInRange(long id)
public static Persistence.IdType determineFromValue(long id)
Copyright © 2022 MicroStream Software. All rights reserved.