public enum TermMentionFor extends Enum<TermMentionFor>
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(TermMentionFor t1,
TermMentionFor t2) |
static TermMentionFor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermMentionFor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermMentionFor VERTEX
public static final TermMentionFor PROPERTY
public static final TermMentionFor EDGE
public static final TermMentionFor forType
public static TermMentionFor[] values()
for (TermMentionFor c : TermMentionFor.values()) System.out.println(c);
public static TermMentionFor 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 static int compare(TermMentionFor t1, TermMentionFor t2)
Copyright © 2013–2017 V5 Analytics. All rights reserved.