
public static enum OPaginatedCluster.RECORD_STATUS extends Enum<OPaginatedCluster.RECORD_STATUS>
| Enum Constant and Description |
|---|
ALLOCATED |
NOT_EXISTENT |
PRESENT |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static OPaginatedCluster.RECORD_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPaginatedCluster.RECORD_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OPaginatedCluster.RECORD_STATUS NOT_EXISTENT
public static final OPaginatedCluster.RECORD_STATUS PRESENT
public static final OPaginatedCluster.RECORD_STATUS ALLOCATED
public static final OPaginatedCluster.RECORD_STATUS REMOVED
public static OPaginatedCluster.RECORD_STATUS[] values()
for (OPaginatedCluster.RECORD_STATUS c : OPaginatedCluster.RECORD_STATUS.values()) System.out.println(c);
public static OPaginatedCluster.RECORD_STATUS 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 nullCopyright © 2009–2025 OrientDB. All rights reserved.