public enum WorkspaceSpecType extends Enum<WorkspaceSpecType>
Enum Constant and Description |
---|
GRAPH |
PARTITIONED |
READONLY |
WRITABLE |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
int |
getMinVersion() |
static WorkspaceSpecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceSpecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkspaceSpecType WRITABLE
public static final WorkspaceSpecType GRAPH
public static final WorkspaceSpecType READONLY
public static final WorkspaceSpecType PARTITIONED
public static WorkspaceSpecType[] values()
for (WorkspaceSpecType c : WorkspaceSpecType.values()) System.out.println(c);
public static WorkspaceSpecType 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 String getId()
public int getMinVersion()
Copyright © 2016–2022. All rights reserved.