public static enum Id.IdType extends Enum<Id.IdType>
| Modifier and Type | Method and Description |
|---|---|
char |
prefix() |
static Id.IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Id.IdType |
valueOfPrefix(String id) |
static Id.IdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Id.IdType UNKNOWN
public static final Id.IdType LONG
public static final Id.IdType UUID
public static final Id.IdType STRING
public static final Id.IdType EDGE
public static Id.IdType[] values()
for (Id.IdType c : Id.IdType.values()) System.out.println(c);
public static Id.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 char prefix()
Copyright © 2023 The Apache Software Foundation. All rights reserved.