public static enum Schema.Analytics extends Enum<Schema.Analytics>
| Modifier and Type | Method and Description |
|---|---|
Label |
getLabel() |
static Schema.Analytics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.Analytics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.Analytics DEGREE
public static final Schema.Analytics CLUSTER
public static Schema.Analytics[] values()
for (Schema.Analytics c : Schema.Analytics.values()) System.out.println(c);
public static Schema.Analytics 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 null@CheckReturnValue public Label getLabel()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.