public static enum Schema.EdgeLabel extends Enum<Schema.EdgeLabel>
| Enum Constant and Description |
|---|
AKO |
CASTING |
CONCLUSION |
HAS_ROLE |
HAS_SCOPE |
HYPOTHESIS |
ISA |
PLAYS_ROLE |
ROLE_PLAYER |
SHORTCUT |
| Modifier and Type | Method and Description |
|---|---|
static Schema.EdgeLabel |
getEdgeLabel(String label) |
String |
getLabel() |
static Schema.EdgeLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.EdgeLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.EdgeLabel ISA
public static final Schema.EdgeLabel AKO
public static final Schema.EdgeLabel HAS_ROLE
public static final Schema.EdgeLabel PLAYS_ROLE
public static final Schema.EdgeLabel HAS_SCOPE
public static final Schema.EdgeLabel CASTING
public static final Schema.EdgeLabel ROLE_PLAYER
public static final Schema.EdgeLabel HYPOTHESIS
public static final Schema.EdgeLabel CONCLUSION
public static final Schema.EdgeLabel SHORTCUT
public static Schema.EdgeLabel[] values()
for (Schema.EdgeLabel c : Schema.EdgeLabel.values()) System.out.println(c);
public static Schema.EdgeLabel 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 getLabel()
public static Schema.EdgeLabel getEdgeLabel(String label)
Copyright © 2016. All rights reserved.